@@ -83,17 +83,17 @@ Arguments:
8383 [PATH] Directory to analyze [default: .]
8484
8585Options:
86- -i, --include <PATTERNS> Additional patterns to include (e.g. "*.rs,*.go")
87- -e, --exclude <PATTERNS> Additional patterns to exclude
88- -s, --max-size <BYTES> Maximum file size in bytes
89- --max-depth <DEPTH> Maximum directory depth to traverse
90- -o, --output <FORMAT> Output format: tree, files, or both
86+ -i, --include <PATTERNS> Additional patterns to include (e.g. "*.rs,*.go")
87+ -e, --exclude <PATTERNS> Additional patterns to exclude
88+ -s, --max-size <BYTES> Maximum file size in bytes
89+ --max-depth <DEPTH> Maximum directory depth to traverse
90+ -o, --output <FORMAT> Output format: tree, files, or both
9191 -f, --file <PATH> Save output to specified file
9292 -p, --print Print to stdout instead of clipboard
9393 -t, --threads <COUNT> Number of threads for parallel processing
9494 -H, --hidden Show hidden files and directories
9595 --no-ignore Don't respect .gitignore files
96- --count -tokens Enable token counting
96+ --no -tokens Disable token counting
9797 --tokenizer <TYPE> Tokenizer to use: tiktoken or huggingface
9898 --model <NAME> Model name for HuggingFace tokenizer
9999 --tokenizer-file <PATH> Path to local tokenizer file
0 commit comments