Function cmd_call_to_string

Source
pub fn cmd_call_to_string(bin: &str, args: &[&str]) -> String
Expand description

get a string that should be identical to a command-line tool call made by std::process::Command.

Used by ``cmd_call` for debugging.