run

Function run 

Source
pub fn run(
    command: Command,
    ctx: &CommandContext,
    config: &mut Config,
) -> Result<()>
Expand description

Dispatch a parsed command to its wrapper handler.