join_args

Function join_args 

Source
pub fn join_args<I, S>(args: I) -> String
where I: IntoIterator<Item = S>, S: AsRef<str>,
Expand description

Join arguments with proper quoting for shell execution.