dispatch_command

Function dispatch_command 

Source
fn dispatch_command(
    command: Command,
    context: &CommandContext,
    config: &mut Config,
) -> Result<()>
Expand description

Hand the hydrated context to the CLI dispatcher after startup side effects have completed.