us.FreeWill.CommandLine Namespace |
[Missing <summary> documentation for "N:us.FreeWill.CommandLine"]
Class | Description | |
---|---|---|
CommandLineType |
Class that represents the Command Line object. All commands are added to this object. This object parses user commands and routes execution to the appropriate command object event handlers.
| |
CommandType |
Every command you need in your CLI should have its own CommandType object.
| |
ParameterType |
Every parameter for a command will need a ParamterType object.
|
Enumeration | Description | |
---|---|---|
CommandResultEnum |
Enumerated values that could returned by commands.
|