Skip to main content

execute_command

Function execute_command 

Source
pub fn execute_command(
    command_name: &str,
    args: &[String],
) -> Result<ExitStatus, Error>
Expand description

Execute a command with the given arguments