Converts a list of args into an escaped shell command.
There are two main use cases when handling command/arguments for a shell:
The createShellCommandLine function is useful for the latter.
createShellCommandLine
Standard list of spawn/exec arguments, first item is the command.
Optional
Collection of functions to process arguments.
Converts a list of args into an escaped shell command.
There are two main use cases when handling command/arguments for a shell:
The
createShellCommandLine
function is useful for the latter.