ShellQuotingOptions$Typings extension
Properties
- escape ↔ Object?
-
Available on ShellQuotingOptions, provided by the ShellQuotingOptions$Typings extension
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 incharsToEscape
are escaped using theescapeChar
.getter/setter pair - strong ↔ String?
-
Available on ShellQuotingOptions, provided by the ShellQuotingOptions$Typings extension
The character used for strong quoting. The string's length must be 1.getter/setter pair - weak ↔ String?
-
Available on ShellQuotingOptions, provided by the ShellQuotingOptions$Typings extension
The character used for weak quoting. The string's length must be 1.getter/setter pair