Module shell

Module shell 

Source
Expand description

Shell quoting utilities.

Functionsยง

join_args
Join arguments with proper quoting for shell execution.
quote
Quote a string for use in a shell command. This wraps the string in single quotes and escapes any existing single quotes.
quote_always
Quote a string for use as a shell argument, always using quotes.
split_args
Parse a shell command string into arguments. Uses shell-words crate for proper handling.