Enum clap::Shell [] [src]

pub enum Shell {
    Bash,
    Fish,
}

Describes which shell to produce a completions file for

Variants

Bash

Generates a .sh completion file for the Bourne Again SHell (BASH)

Fish

Generates 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

impl Copy for Shell
[src]

impl Debug for Shell
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.