Home
last modified time | relevance | path

Searched refs:Zsh (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/clap/src/completions/
Dshell.rs15 Zsh, enumerator
34 "ZSH" | _ if s.eq_ignore_ascii_case("zsh") => Ok(Shell::Zsh), in from_str()
51 Shell::Zsh => write!(f, "ZSH"), in fmt()
Dmod.rs38 Shell::Zsh => ZshGen::new(self.p).generate_to(buf), in generate()
/external/shflags/doc/
DTODO.txt6 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
DRELEASE_NOTES-1.2.1.md64 The Zsh shell requires the `shwordsplit` option to be set and the special
DRELEASE_NOTES-1.2.0.md76 The Zsh shell requires the `shwordsplit` option to be set and the special
DRELEASE_NOTES-1.2.3.md65 The Zsh shell requires the `shwordsplit` option to be set and the special
DRELEASE_NOTES-1.2.2.md70 The Zsh shell requires the `shwordsplit` option to be set and the special
DRELEASE_NOTES-1.0.2.txt74 The Zsh shell requires the ``shwordsplit`` option to be set, and the special
DRELEASE_NOTES-1.0.3.txt90 The Zsh shell requires the ``shwordsplit`` option to be set and the special
/external/rust/crates/clap/src/app/
Dparser.rs132 Shell::Zsh => format!("_{}", name), in gen_completions()
/external/rust/crates/clap/
DREADME.md88 * **Auto-generated completion scripts at compile time (Bash, Zsh, Fish, and PowerShell)**
DCHANGELOG.md209 …* Don't pass -S to _arguments if Zsh is too old ([16b4f143](https://github.com/kbknapp/clap-rs/co…