Skip to main content

Module cli

Module cli 

Source
Expand description

CLI layer for RLM-RS.

Provides the command-line interface using clap, with commands for initializing, managing, and querying RLM state.

Re-exports§

pub use commands::execute;
pub use output::OutputFormat;
pub use parser::Cli;
pub use parser::Commands;

Modules§

commands
CLI command implementations.
output
Output formatting for CLI commands.
parser
Command-line argument parsing.