diff --git a/files_to_prompt/cli.py b/files_to_prompt/cli.py index 4fb358b..3c8c26c 100644 --- a/files_to_prompt/cli.py +++ b/files_to_prompt/cli.py @@ -157,27 +157,27 @@ def cli( Takes one or more paths to files or directories and outputs every file, recursively, each one preceded with its filename like this: - path/to/file.py - ---- - Contents of file.py goes here - - --- - path/to/file2.py - --- - ... + \b + path/to/file.py + ---- + Contents of file.py goes here + --- + path/to/file2.py + --- + ... If the `--cxml` flag is provided, the output will be structured as follows: - - - Contents of file1.txt - - - - Contents of file2.txt - - ... - + \b + + + Contents of file1.txt + + + Contents of file2.txt + + ... + """ # Reset global_index for pytest global global_index