()
| 359 | } |
| 360 | |
| 361 | func (s *Shell) initCompleters() { |
| 362 | s.setCompleter(iCompleter{cmd: s.rootCmd, disabled: func() bool { return s.multiChoiceActive }}) |
| 363 | } |
| 364 | |
| 365 | func (s *Shell) setCompleter(completer readline.AutoCompleter) { |
| 366 | config := s.reader.scanner.Config.Clone() |
no test coverage detected