handle_special_commands

Function handle_special_commands 

fn handle_special_commands<A: ArgsCommand>(
    input: &str,
    args_command: &A,
) -> bool
Expand description

Handle special commands that don’t need full parsing

§Arguments

  • input - The user input string
  • args_command - The ArgsCommand trait object for printing help

§Returns

  • true - Command was handled, continue loop
  • false - Command needs full parsing