Skip to main content

handle_command

Function handle_command 

Source
pub async fn handle_command(command: &Commands) -> Result<bool>
Expand description

Handle CLI subcommands Returns Ok(true) if the command was handled and we should exit Returns Ok(false) if we should continue to the main application