Type Alias shell_quote::Zsh

source ·
pub type Zsh = Bash;
Expand description

Zsh accepts the same quoted/escaped strings as Bash, hence this is an alias for Bash.

Aliased Type§

struct Zsh;