See: Description
Class | Description |
---|---|
CLI |
This class provides an interactive command line interface for the user.
|
CLIHelp |
Class to print the help dialog, that shows the commands that the user can
call in the interactive command line mode;
|
CLIParser |
The CLIParser parses the user commands from the interactive command line
interface, and calls the right handling functions.
|