Module easy_args::spec[][src]

Structs

ArgSpec

Specifies the valid arguments of the program and is used to parse the command-line arguments into an [Arg].

ArgSpecBuilder

Builder type for ArgSpec.

Enums

ArgType

Enumerates all data types that are handled by ArgSpec::parse().