mermaid_cli/cli/
mod.rs

1/// CLI argument parsing and command handling - Gateway
2mod args;
3mod commands;
4
5pub use args::{Cli, Commands, OutputFormat};
6pub use commands::{handle_command, list_models, show_version};