pub(crate) fn quote_command_line_args(args: &[String]) -> String
Expand description
Joins command-line arguments into a single space-separated string, quoting and escaping individual arguments as necessary.
The result is intended to be informational, for embedding in debug metadata, and might not be properly quoted/escaped for actual command-line use.