diff options
| author | opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com> | 2025-12-30 18:31:48 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-30 18:31:48 -0600 |
| commit | a3819e088cdc8be260b8bdcea4bb156302404dc5 (patch) | |
| tree | 9c99c2650dffd71309b71817006086690e641e35 /packages/web/src/content/docs/cli.mdx | |
| parent | 324ae9c4719c135c435d10d394c804d660617247 (diff) | |
| download | opencode-a3819e088cdc8be260b8bdcea4bb156302404dc5.tar.gz opencode-a3819e088cdc8be260b8bdcea4bb156302404dc5.zip | |
docs: for `stats --models` flag (#6492)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Aiden Cline <[email protected]>
Diffstat (limited to 'packages/web/src/content/docs/cli.mdx')
| -rw-r--r-- | packages/web/src/content/docs/cli.mdx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/cli.mdx b/packages/web/src/content/docs/cli.mdx index 1553dc80e..4fe1d6103 100644 --- a/packages/web/src/content/docs/cli.mdx +++ b/packages/web/src/content/docs/cli.mdx @@ -407,11 +407,12 @@ opencode stats #### Flags -| Flag | Description | -| ----------- | --------------------------------------------------------------- | -| `--days` | Show stats for the last N days (all time) | -| `--tools` | Number of tools to show (all) | -| `--project` | Filter by project (all projects, empty string: current project) | +| Flag | Description | +| ----------- | --------------------------------------------------------------------------- | +| `--days` | Show stats for the last N days (all time) | +| `--tools` | Number of tools to show (all) | +| `--models` | Show model usage breakdown (hidden by default). Pass a number to show top N | +| `--project` | Filter by project (all projects, empty string: current project) | --- |
