Skip to content

Commit b69bb2c

Browse files
committed
docs: Update README
1 parent 20d577a commit b69bb2c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ 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. |
107+
| `--show-tokens` | Show the number of tokens for each file in file tree. |
108+
| `--icons` | Display Nerd Font icons. |
108109

109110
### 📖 Examples
110111

internal/ui/help.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ const UsageText = `Usage:
5353
Files exceeding this size will be skipped if the limit is set.
5454
--theme <name> Set the UI theme. Available: catppuccin-latte, catppuccin-frappe,
5555
catppuccin-macchiato, catppuccin-mocha, rose-pine, rose-pine-dawn,
56-
rose-pine-moon, dracula, nord. (default: "catppuccin-mocha").
56+
rose-pine-moon, dracula, nord. (default: "catppuccin-mocha").
5757
--show-tokens Show the number of tokens for each file in file tree.
58+
--icons Display Nerd Font icons.
5859
5960
Examples:
6061
# Run interactively in the current directory

0 commit comments

Comments
 (0)