HelpText returns the computed help of top level commands.
()
| 65 | Cmds() []*Cmd |
| 66 | // HelpText returns the computed help of top level commands. |
| 67 | HelpText() string |
| 68 | // ClearScreen clears the screen. Same behaviour as running 'clear' in unix terminal or 'cls' in windows cmd. |
| 69 | ClearScreen() error |
| 70 | // Stop stops the shell. This will stop the shell from auto reading inputs and calling |
no outgoing calls