Searched refs:Zsh (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/clap/clap_complete/tests/ |
H A D | zsh.rs | 9 clap_complete::shells::Zsh, in basic() 21 clap_complete::shells::Zsh, in feature_sample() 33 clap_complete::shells::Zsh, in special_commands() 45 clap_complete::shells::Zsh, in quoting() 57 clap_complete::shells::Zsh, in aliases() 69 clap_complete::shells::Zsh, in sub_subcommands() 81 clap_complete::shells::Zsh, in value_hint() 93 clap_complete::shells::Zsh, in value_terminator() 105 clap_complete::shells::Zsh, in two_multi_valued_arguments()
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | shell.rs | 24 Zsh, 57 Shell::Zsh, in value_variants() 67 Shell::Zsh => PossibleValue::new("zsh"), in to_possible_value() 79 Shell::Zsh => shells::Zsh.file_name(name), in file_name() 89 Shell::Zsh => shells::Zsh.generate(cmd, buf), in generate() 103 /// assert_eq!(Shell::from_shell_path("/usr/bin/zsh"), Some(Shell::Zsh)); 149 "zsh" => Some(Shell::Zsh), in parse_shell_from_path()
|
H A D | zsh.rs | 10 pub struct Zsh; structure names 12 impl Generator for Zsh {
|
H A D | mod.rs | 15 pub use zsh::Zsh;
|
Completed in 2 milliseconds