Searched refs:Zsh (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/clap/src/completions/ |
D | shell.rs | 15 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()
|
D | mod.rs | 38 Shell::Zsh => ZshGen::new(self.p).generate_to(buf), in generate()
|
/external/shflags/doc/ |
D | TODO.txt | 6 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
|
D | RELEASE_NOTES-1.2.1.md | 64 The Zsh shell requires the `shwordsplit` option to be set and the special
|
D | RELEASE_NOTES-1.2.3.md | 65 The Zsh shell requires the `shwordsplit` option to be set and the special
|
D | RELEASE_NOTES-1.2.0.md | 76 The Zsh shell requires the `shwordsplit` option to be set and the special
|
D | RELEASE_NOTES-1.2.2.md | 70 The Zsh shell requires the `shwordsplit` option to be set and the special
|
D | RELEASE_NOTES-1.0.2.txt | 74 The Zsh shell requires the ``shwordsplit`` option to be set, and the special
|
D | RELEASE_NOTES-1.0.3.txt | 90 The Zsh shell requires the ``shwordsplit`` option to be set and the special
|
/external/rust/crates/clap/src/app/ |
D | parser.rs | 132 Shell::Zsh => format!("_{}", name), in gen_completions()
|
/external/rust/crates/clap/ |
D | README.md | 88 * **Auto-generated completion scripts at compile time (Bash, Zsh, Fish, and PowerShell)**
|
D | CHANGELOG.md | 209 …* Don't pass -S to _arguments if Zsh is too old ([16b4f143](https://github.com/kbknapp/clap-rs/co…
|