handle_cli_command

Function handle_cli_command 

Source
async fn handle_cli_command(
    d: &mut ChiselDispatcher,
    cmd: ChiselSubcommand,
) -> Result<ControlFlow<()>>