Enum clap::Shell [] [src]

pub enum Shell {
    Bash,
    Fish,
}

Describes which shell to produce a completions file for

Variants

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

Generates a .fish completion file for the friendly interactive shell (fish)

Trait Implementations

impl Debug for Shell
[src]

Formats the value using the given formatter.

impl Copy for Shell
[src]

impl Clone for Shell
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more