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

Function helpFunc

functions.go:11–13  ·  view source on GitHub ↗
(c *Context)

Source from the content-addressed store, hash-verified

9}
10
11func helpFunc(c *Context) {
12 c.Println(c.HelpText())
13}
14
15func clearFunc(c *Context) {
16 err := c.ClearScreen()

Callers

nothing calls this directly

Calls 2

PrintlnMethod · 0.65
HelpTextMethod · 0.65

Tested by

no test coverage detected