Liking cljdoc? Tell your friends :D

dots.vscode.shell-quoting-options

The shell quoting options.

The shell quoting options.
raw docstring

escapecljs

(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`
sourceraw docstring

set-escape!cljs

(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`.
sourceraw docstring

set-strong!cljs

(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.
sourceraw docstring

set-weak!cljs

(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.
sourceraw docstring

strongcljs

(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`
sourceraw docstring

weakcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close