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.

OptArg

A partial builder for an optional argument.

Parse

An iterator over structured arguments during a parse.

Parser

An argument parser.

Enums

StructuredArgument

One or more arguments structured by the parser.

Functions

generate_help

Generates a help message for the tool based on the given list of arguments, their parameter name (if relevant), and their help string.