args library

Classes

ArgParser
A class for taking a list of raw command line arguments and parsing out options and flags from them.
ArgResults
The results of parsing a series of command line arguments using ArgParser.parse().
Option
A command-line option.
OptionType
What kinds of values an option accepts.

Exceptions / Errors

ArgParserException
An exception thrown by ArgParser.