Qore DebugLinenoiseCmdLine Module Reference  0.1
DebugLinenoiseCmdLine::DebugLinenoiseCommandLine Class Reference

debug linenoise command line class More...

Inherits DebugCommandLine.

Public Member Methods

 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 Methods

hash< auto > getCommands ()
 Returns all commands from the subclass plus history commands added by this module.
 

Detailed Description

debug linenoise command line class