| D | shell.rs | 14 pub enum Shell { enum 27 impl Display for Shell { implementation 36 impl FromStr for Shell { implementation 50 impl ValueEnum for Shell { implementation 53 Shell::Bash, in value_variants() 54 Shell::Elvish, in value_variants() 55 Shell::Fish, in value_variants() 56 Shell::PowerShell, in value_variants() 57 Shell::Zsh, in value_variants() 63 Shell::Bash => PossibleValue::new("bash"), in to_possible_value() [all …]
|