Crate trivial_argument_parser[][src]

Structs

Argument

Argument struct allows to specify type of expected argument, its names and after parsing contains results.

ArgumentList

Acumulates arguments into list which then can be fed to parse.

Enums

ArgResult

ArgResult enum is similar to ArgType enum but contains data generated through parsing

ArgType

Enum allowing to choose the type of argument.

Functions

args_to_string_vector

Helper function to transform arguments given by user from Args to vector of String.