@NonNullByDefault
See: Description
| Class | Description |
|---|---|
| Args |
This class describes the various command-line arguments that can be
used with the Dolmen CLI as an
enumeration. |
| Args.Value |
Common variant type holding values associated to various
types
of command-line options. |
| Dolmen |
This class contains the entry-point routines when using Dolmen
as a command-line tool.
|
| Enum | Description |
|---|---|
| Args.Type |
An enumeration type listing the different types
of options that can be expected in the CLI.
|
| Exception | Description |
|---|---|
| Args.ArgsParsingException |
A custom exception raised when encountering an error while
parsing command-line arguments.
|