Package | Description |
---|---|
Cli | |
Commands |
Class and Description |
---|
Command
Describes how all command are, composed by a commandName and a listOfArgs,
It allow to verify if each argument is correct, and if all arguments are there.
|
errorWrongFormatValue |
errorWrongNumberOfParams |
Token
A token represent a container for an argument, each time a command is given,
The Clui will try to match each argument in it's associated Token.
|
Token.TypeToken |
Class and Description |
---|
Command
Describes how all command are, composed by a commandName and a listOfArgs,
It allow to verify if each argument is correct, and if all arguments are there.
|