Expand description
Shell-like tokenization helpers.
Enums§
- Quote
Style - Quoting style to use when formatting a shell argument.
Functions§
- escape_
for_ shell - Escapes shell-sensitive characters without adding surrounding quotes.
- quote_
for_ shell - Quotes
valuefor shell reuse using the requested quoting style.