(prompt string)
| 141 | return s.multiChoice(options, text, init, true) |
| 142 | } |
| 143 | func (s *shellActionsImpl) SetPrompt(prompt string) { |
| 144 | s.reader.prompt = prompt |
| 145 | s.reader.scanner.SetPrompt(s.reader.rlPrompt()) |
| 146 | } |
| 147 | |
| 148 | func (s *shellActionsImpl) SetMultiPrompt(prompt string) { |
| 149 | s.reader.multiPrompt = prompt |