Crate argonaut [] [src]

Lets the user structure the arguments given to a program through a command-line.

Structs

Arg

An argument description for the parser. Use methods on 'arg' to create them.

OptArg

The builder for an optional argument.

ParsedArgs

The parsed arguments of a succesful parsing.

ParsedArgsAccess

An object to access a named member of the parsed arguments.

Parser

An argument parser.

Enums

OptName

The name of an optional flag.

ParseStatus

The result of a succesful parse. Either all the arguments are parsed and bound, or an interrupt flag is encountered and the handle of the corresponding argument is returned.