Updated
On this page
Complete CLI reference for howmuchleft — all available commands, subcommands, flags, arguments, and usage examples with detailed descriptions.
#howmuchleft CLI Reference
Claude Code statusline tool
Version: 0.14.1
#Commands
- colors -- Preview gradient colors for your terminal
- config -- Show config file and current settings
- demo -- Run demo animation
- version -- Print the version
#Command Groups
- profile -- Install, remove and inspect the Claude Code profiles howmuchleft tracks: wire the statusLine into a profile's settings.json, take it back out again, and show every registered profile's token usage side by side in one dashboard
#Framework flags
These flags are owned by the strictcli framework, not by the app. No command may declare a flag with one of these names, and each is recognized anywhere on the command line.
| Flag | Effect |
|---|---|
--dry-run | Preview mode: no mutation runs. The framework prints a log of every effect the command would have performed. |
--approve-consequential | Skips the confirmation prompt a consequential command shows before it runs. |
--quiet | Hides informational output. Warnings, errors, structured data and the dry-run log are never suppressed. |
--verbose | Shows debug output. --quiet wins when both are passed. |