Expand description
CLI definition and argument parsing. CLI argument parser and subcommand dispatch definitions.
Re-exports§
pub use crate::cli_args::*;
Structs§
- Cli
- Top-level CLI definition parsed by clap.
- Global
Args - Global flags shared across all subcommands.
Enums§
- Color
Choice - Terminal color output preference.
- Commands
- Available subcommands for the CLI.