Optionalescape?: stringThe character used to escape sequences.
OptionalneedQuotes?: stringCharacters that require quotes, white space is always implied.
Optionalstrong?: stringThe character used to quote sequences, preventing variable expansion.
Optionalweak?: stringThe character used to quote sequences, allowing variable expansion.
OptionalescapeShould add escape-characters in front of forbidden characters.
OptionalstrongShould quote the argument in such a way that variables CANNOT be expanded.
OptionalweakShould quote the argument in such a way that variables CAN be expanded.
Functions that provide shell quoting capabilities.