pub fn execute_command( command_name: &str, args: &[String], ) -> Result<ExitStatus, Error>
Execute a command with the given arguments