ShowPrompt sets whether prompt should show when requesting input for ReadLine and ReadPassword. Defaults to true.
(show bool)
| 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. |