Function command_output

Source
pub fn command_output(
    cmd: &str,
    param: Vec<&str>,
) -> Result<Output, Box<dyn Error>>
Expand description

Run command_output

ยงArguments

  • cmd - Command name
  • param - Command parameters