Commit a10b897
authored
feat(ccusage): add --no-cost flag to hide cost in reports (#1224)
Add a shared --no-cost option and noCost config key that hide cost data from report output.
The flag removes cost columns from table renderers, hides cost lines in detailed block/session output, and strips cost fields recursively from JSON output before printing or jq filtering.
This also updates help/config schema snapshots, documents the option, and keeps the branch current with main so the PR can merge cleanly.
Closes #11671 parent e36a3c2 commit a10b897
36 files changed
Lines changed: 883 additions & 164 deletions
File tree
- apps/ccusage
- docs/guide
- rust/crates
- ccusage-cli/src
- snapshots
- ccusage/src
- adapter
- all
- amp
- codebuff
- codex
- copilot
- droid
- gemini
- goose
- hermes
- kilo
- kimi
- openclaw
- opencode
- pi
- qwen
- commands
- snapshots
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| 141 | + | |
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
| |||
0 commit comments