| Interface | Description |
|---|---|
| CommandArgs |
Provides access to provided user arguments as a stack.
|
| Class | Description |
|---|---|
| Arguments |
Builds instances of
CommandArgs. |
| CommandContext | |
| Namespace |
This object holds contextual data for a command execution.
|
| SuggestionContext |
| Exception | Description |
|---|---|
| ArgumentException |
Argument exceptions occur when there is a problem with user-provided
arguments, whether it be because of incorrect arguments, missing arguments,
or excess arguments.
|
| ArgumentParseException |
Thrown when an argument has been provided that is incorrect.
|
| MissingArgumentException |
Thrown when the user has not provided a sufficient number of arguments,
which may include positional arguments and/or flag arguments.
|
| UnusedArgumentException |
Thrown when there are unused arguments because the user has provided
excess arguments.
|
Copyright © 2015. All Rights Reserved.