diff --git a/README.md b/README.md index 8c16075ef..35d26a134 100644 --- a/README.md +++ b/README.md @@ -531,60 +531,60 @@ Instruction ### Command Line Options #### Basic Options -- `-v, --version`: Show tool version +- `-v, --version`: Show version information and exit #### CLI Input/Output Options -- `--verbose`: Enable verbose logging -- `--quiet`: Disable all output to stdout -- `--stdout`: Output to stdout instead of writing to a file (cannot be used with `--output` option) -- `--stdin`: Read file paths from stdin instead of discovering files automatically -- `--copy`: Additionally copy generated output to system clipboard -- `--token-count-tree [threshold]`: Display file tree with token count summaries (optional: minimum token count threshold). Useful for identifying large files and optimizing token usage for AI context limits -- `--top-files-len `: Number of top files to display in the summary +- `--verbose`: Enable detailed debug logging (shows file processing, token counts, and configuration details) +- `--quiet`: Suppress all console output except errors (useful for scripting) +- `--stdout`: Write packed output directly to stdout instead of a file (suppresses all logging) +- `--stdin`: Read file paths from stdin, one per line (specified files are processed directly) +- `--copy`: Copy the generated output to system clipboard after processing +- `--token-count-tree [threshold]`: Show file tree with token counts; optional threshold to show only files with ≥N tokens (e.g., --token-count-tree 100) +- `--top-files-len `: Number of largest files to show in summary (default: 5, e.g., --top-files-len 20) #### Repomix Output Options -- `-o, --output `: Specify the output file name -- `--style