The shell quoting options.
The shell quoting options.
(escape shell-quoting-options)
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
.
Returns: string | { escapeChar: string; charsToEscape: string; } | undefined
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`. **Returns:** `string | { escapeChar: string; charsToEscape: string; } | undefined`
(set-escape! shell-quoting-options value)
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
.
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`.
(set-strong! shell-quoting-options value)
The character used for strong quoting. The string's length must be 1.
The character used for strong quoting. The string's length must be 1.
(set-weak! shell-quoting-options value)
The character used for weak quoting. The string's length must be 1.
The character used for weak quoting. The string's length must be 1.
(strong shell-quoting-options)
The character used for strong quoting. The string's length must be 1.
Returns: string | undefined
The character used for strong quoting. The string's length must be 1. **Returns:** `string | undefined`
(weak shell-quoting-options)
The character used for weak quoting. The string's length must be 1.
Returns: string | undefined
The character used for weak quoting. The string's length must be 1. **Returns:** `string | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close