Skip to content

Commit 8796f06

Browse files
committed
Add comments in readme and help
1 parent 005f0ec commit 8796f06

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ grab [options] [directory]
104104
| `--max-depth <depth>` | Maximum depth for dependency resolution (`-1` for unlimited, default: `1`). Only effective with `--deps`. |
105105
| `--max-file-size <size>` | Maximum file size to include (e.g., `"100kb"`, `"2MB"`). No limit by default. Files exceeding the specified size will be skipped. |
106106
| `--theme <name>` | Set the UI theme. Available: catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha, rose-pine, rose-pine-dawn, rose-pine-moon, dracula, nord. (default: `"catppuccin-mocha"`). |
107+
| `--show-tokens` | Show the number of tokens for each file in file tree. |
107108

108109
### 📖 Examples
109110

internal/ui/help.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const UsageText = `Usage:
5454
--theme <name> Set the UI theme. Available: catppuccin-latte, catppuccin-frappe,
5555
catppuccin-macchiato, catppuccin-mocha, rose-pine, rose-pine-dawn,
5656
rose-pine-moon, dracula, nord. (default: "catppuccin-mocha").
57+
--show-tokens Show the number of tokens for each file in file tree.
5758
5859
Examples:
5960
# Run interactively in the current directory

0 commit comments

Comments
 (0)