pub async fn run_command(command: &str) -> Result<String>
Run a shell command and return output Note: This should only be used for trusted commands. For user input, use run_command_args.