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

Method HelpText

actions.go:190–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188}
189
190func (s *shellActionsImpl) HelpText() string {
191 return s.rootCmd.HelpText()
192}
193
194func showPagedReader(s *Shell, r io.Reader) error {
195 var cmd *exec.Cmd

Callers

nothing calls this directly

Calls 1

HelpTextMethod · 0.65

Tested by

no test coverage detected