pub fn join_command(args: &[String]) -> StringExpand description
Join multiple CLI arguments into a single command string, using quoting conventions appropriate for the detected shell.
On Unix, this always produces POSIX-compatible quoting. On Windows, the quoting adapts to the actual shell (PowerShell, cmd.exe, or Git Bash / MSYS).