Expand description
CLI mode (non-interactive mode) module
Provides a non-interactive mode for retrieving statistics directly from AI development environments such as Claude Code
§Security Considerations
- Input validation: validates command-line argument values
- Resource limits: caps the number of records loaded (DoS prevention)
- Error messages: uses generic messages that do not expose internal details
Structs§
- TuiOptions
- TUI startup options
Enums§
- CliCommand
- CLI command
- Output
Format - Output format
- TuiFocus
Target - TUI startup focus target
Functions§
- parse_
cli_ args - Parse command-line arguments and return a CliCommand
- parse_
tui_ options - Parse TUI-specific options
- run_
cli_ mode - Run CLI mode