MCPcopy Index your code
hub / github.com/abiosoft/ishell / HelpText

Method HelpText

actions.go:67–67  ·  view source on GitHub ↗

HelpText returns the computed help of top level commands.

()

Source from the content-addressed store, hash-verified

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

Callers 4

HelpTextMethod · 0.65
helpFuncFunction · 0.65
handleCommandMethod · 0.65
TestHelpTextFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by 1

TestHelpTextFunction · 0.52