pub fn run_process_and_get_output(command: Command) -> Output
Expand description

Runs command, wait for output and returns it output

Arguments

  • command - Command which will be invoked