Enum getopts::FailType
[−]
[src]
pub enum FailType {
ArgumentMissing_,
UnrecognizedOption_,
OptionMissing_,
OptionDuplicated_,
UnexpectedArgument_,
}The type of failure that occurred.
Variants
ArgumentMissing_ | |
UnrecognizedOption_ | |
OptionMissing_ | |
OptionDuplicated_ | |
UnexpectedArgument_ |