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.
Standard list of spawn/exec arguments, first item is the command.
OptionalquotingFunctions: ShellQuotingFunctionsCollection of functions to process arguments.
Re-exported from
@theia/corefor backwards compatibility. Prefer importing from@theia/core/lib/common/shell-quotingdirectly.