pub async fn handle_command(command: &Commands, config: &Config) -> Result<bool>
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