pub async fn run_command( command: &Command, config_path: Option<&Path>, output: &Output, quiet: bool, ) -> Result<()>
Run the specified command.