()
| 33 | } |
| 34 | |
| 35 | func main() { |
| 36 | p := prompt.New( |
| 37 | executor, |
| 38 | completerFunc, |
| 39 | prompt.OptionPrefix(">>> "), |
| 40 | prompt.OptionCompletionWordSeparator(completer.FilePathCompletionSeparator), |
| 41 | ) |
| 42 | p.Run() |
| 43 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…