Enum clap::Shell
[−]
[src]
pub enum Shell {
Bash,
Fish,
}Describes which shell to produce a completions file for
Variants
BashGenerates a .sh completion file for the Bourne Again SHell (BASH)
FishGenerates a .fish completion file for the friendly interactive shell (fish)
Trait Implementations
impl Clone for Shell[src]
fn clone(&self) -> Shell
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more