Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShellQuotingOptions

The shell quoting options.

层级

  • ShellQuotingOptions

索引

Properties(3)

Properties(3)

Optional escape

escape: 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.

Optional strong

strong: string

The character used for strong quoting. The string's length must be 1.

Optional weak

weak: string

The character used for weak quoting. The string's length must be 1.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹