pub async fn handle_command(command: &Commands) -> 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