MCPcopy
hub / github.com/abiosoft/ishell / ShowPrompt

Method ShowPrompt

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

ShowPrompt sets whether prompt should show when requesting input for ReadLine and ReadPassword. Defaults to true.

(show bool)

Source from the content-addressed store, hash-verified

61 // ShowPrompt sets whether prompt should show when requesting input for ReadLine and ReadPassword.
62 // Defaults to true.
63 ShowPrompt(show bool)
64 // Cmds returns all the commands added to the shell.
65 Cmds() []*Cmd
66 // HelpText returns the computed help of top level commands.

Callers 2

multiChoiceMethod · 0.65
mainFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected