pub fn cmd_call_to_string(bin: &str, args: &[&str]) -> String
get a string that should be identical to a command-line tool call made by std::process::Command.
std::process::Command
Used by ``cmd_call` for debugging.