The shell quoting options.
Fields
optionalescape:Null<EitherType<String, {escapeChar:String, charsToEscape:String}>>
The character used to do character escaping. If a string is provided only spaces
are escaped. If a { escapeChar, charsToEscape }
literal is provide all characters
in charsToEscape
are escaped using the escapeChar
.