csusage-cli-parser 0.0.1

Coding agent CLI usage reports (ccusage fork with Claude Science support)
Documentation
---
source: crates/ccusage-cli-parser/src/tests.rs
expression: "help_text_for_args(&[\"ccusage\".to_string(), \"claude\".to_string()])"
---
Usage reports for claude.

USAGE:
  ccusage claude <COMMANDS>

COMMANDS:
  daily       Show usage report grouped by date
  monthly     Show usage report grouped by month
  weekly      Show usage report grouped by week
  session     Show usage report grouped by conversation session
  blocks      Show usage report grouped by session billing blocks
  statusline  Display compact status line for Claude Code hooks with hybrid time+file caching (Beta)

For more info, run any command with the `--help` flag:
  ccusage claude daily --help
  ccusage claude monthly --help
  ccusage claude weekly --help
  ccusage claude session --help
  ccusage claude blocks --help
  ccusage claude statusline --help