| Class | Description |
|---|---|
| CommandLineParser |
Parses the command-line and stores flags needed or requested.
|
| CommandLineParser.Arg |
An argument accepted by the command-line, also called "a flag".
|
| FormatUtils |
Helper methods to do some format conversions.
|
| LineUtil |
| Enum | Description |
|---|---|
| CommandLineParser.Accept | |
| CommandLineParser.Mode |
The mode of an argument specifies the type of variable it represents,
whether an extra parameter is required after the flag and how to parse it.
|