Skip to main content

Module cli

Module cli 

Source
Expand description

Command-line argument parsing and output formatting.

Defines the CLI structure using clap derive macros, including all subcommands, flags, and the Output helper for consistent formatting.

Re-exports§

pub use commands::*;
pub use output::*;

Modules§

commands
output