Struct easy_args::spec::ArgSpec [−][src]
pub struct ArgSpec { /* fields omitted */ }Expand description
Specifies the valid arguments of the program and is used to parse
the command-line arguments into an [Arg].
Implementations
Creates an ArgSpecBuilder that can be used to build the ArgSpec.
Example
let spec = ArgSpec::build().boolean("arg1").done();
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArgSpecimpl UnwindSafe for ArgSpec