feat: default providers list to usage

This commit is contained in:
Peter Steinberger
2026-01-08 02:49:29 +01:00
parent 8ce6f783f0
commit 03cf7da2bd
3 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ export function registerProvidersCli(program: Command) {
providers
.command("list")
.description("List configured providers + auth profiles")
.option("--usage", "Show provider usage/quota snapshots", false)
.option("--no-usage", "Skip provider usage/quota snapshots")
.option("--json", "Output JSON", false)
.action(async (opts) => {
try {