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

Method initCompleters

ishell.go:361–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

prepareRunMethod · 0.95

Calls 1

setCompleterMethod · 0.95

Tested by

no test coverage detected