|
Qore DebugLinenoiseCmdLine Module Reference
0.1
|
debug linenoise command line class More...
Inherits DebugCommandLine.
Public Member Functions | |
| constructor () | |
| Creates the object. | |
| init (hash opt) | |
| Initializes the history and command-line session. | |
| printfImpl (string fmt) | |
| Outputs data to a linenoise-configured terminal. | |
| runCmdLine () | |
| Sets up command-line handling with linenoise. | |
Private Member Functions | |
| hash< auto > | getCommands () |
| Returns all commands from the subclass plus history commands added by this module. | |
debug linenoise command line class