pub async fn handle_command(
command: &Commands,
config: &Config,
cwd: &Path,
cli_model: Option<&str>,
) -> 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