run_command

Function run_command 

Source
pub async fn run_command(command: &str) -> Result<String>
Expand description

Run a shell command and return output Note: This should only be used for trusted commands. For user input, use run_command_args.