Crate jdn_cli[−][src]
A service used to provide a command line user interface.
Modules
| manager | Defines a manager responsible for handling command line input and output. |
Enums
| CliError | An enumeration of errors that can occur while executing a CLI command. |
Traits
| CliHandler | The trait that allows commands received from the command line interface to be translated and executed. |