Enum cargo_ghp_upload::CargoArgs [] [src]

enum CargoArgs {
    GhpUpload(Args),
}

Variants

Methods

impl CargoArgs
[src]

[src]

[src]

Trait Implementations

impl Debug for CargoArgs
[src]

[src]

Formats the value using the given formatter. Read more

impl StructOpt for CargoArgs
[src]

[src]

Returns the corresponding clap::App.

[src]

Creates the struct from clap::ArgMatches. It cannot fail with a parameter generated by clap by construction. Read more

Gets the struct from the command line arguments. Print the error message and quit the program in case of failure. Read more

Gets the struct from any iterator such as a Vec of your making. Print the error message and quit the program in case of failure. Read more