Searched refs:Elvish (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/clap/clap_complete/tests/ |
H A D | elvish.rs | 9 clap_complete::shells::Elvish, in basic() 21 clap_complete::shells::Elvish, in feature_sample() 33 clap_complete::shells::Elvish, in special_commands() 45 clap_complete::shells::Elvish, in quoting() 57 clap_complete::shells::Elvish, in aliases() 69 clap_complete::shells::Elvish, in sub_subcommands() 81 clap_complete::shells::Elvish, in value_hint() 93 clap_complete::shells::Elvish, in value_terminator() 105 clap_complete::shells::Elvish, in two_multi_valued_arguments()
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | shell.rs | 17 /// Elvish shell 18 Elvish, 54 Shell::Elvish, in value_variants() 64 Shell::Elvish => PossibleValue::new("elvish"), in to_possible_value() 76 Shell::Elvish => shells::Elvish.file_name(name), in file_name() 86 Shell::Elvish => shells::Elvish.generate(cmd, buf), in generate() 151 "elvish" => Some(Shell::Elvish), in parse_shell_from_path()
|
H A D | elvish.rs | 11 pub struct Elvish; structure names 13 impl Generator for Elvish {
|
H A D | mod.rs | 11 pub use elvish::Elvish;
|
Completed in 1 milliseconds