use ;
/// Creates the CLI command for displaying or modifying the routing algorithm.
///
/// # Returns
/// - A `clap::Command` configured with:
/// - Name: `"routing_algo"`
/// - Alias: `"ra"`
/// - Short and long description: `"Display or modify the routing algorithm."`
/// - Usage override:
/// ```text
/// robctl [options] routing_algo|ra [options] [algo]
/// ```
/// - Single optional argument `"algo"`:
/// - The routing algorithm name (e.g., `"BATMAN_IV"`) to set
/// - Optional; if omitted, the current algorithm is displayed
/// - Version flag disabled