pub struct PowerShell;
Expand description

Generate powershell 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.