Module jdn_cli::manager [−][src]
Defines a manager responsible for handling command line input and output.
Structs
| CliManager | A manager responsible for handling command line input and output. |
Constants
| EXIT | The command used to stop the manager. |
| HELP | The command used to print all available commands. |
| INVALID_COMMAND | The message displayed when an invalid command is received by the manager. |
| PROMPT | The string used to represent the manager is waiting for input. |