Struct clap_generate::generators::Bash[][src]

pub struct Bash;
Expand description

Generate bash completion file

Trait Implementations

Returns the file name that is created when this generator is called during compile time. Read more

Generates output out of clap::App. Read more

Gets all subcommands including child subcommands in the form of ("name", "bin_name"). Read more

Finds the subcommand clap::App from the given clap::App with the given path. Read more

Gets subcommands of clap::App in the form of ("name", "bin_name"). Read more

Gets all the short options, their visible aliases and flags of a clap::App. Includes h and V depending on the clap::AppSettings. Read more

Gets all the long options, their visible aliases and flags of a clap::App. Includes help and version depending on the clap::AppSettings. Read more

Gets all the flags of a clap::App. Includes help and version depending on the clap::AppSettings. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.