()
| 37 | } |
| 38 | |
| 39 | func main() { |
| 40 | p := prompt.New( |
| 41 | executor, |
| 42 | completer, |
| 43 | prompt.OptionPrefix(">>> "), |
| 44 | prompt.OptionLivePrefix(changeLivePrefix), |
| 45 | prompt.OptionTitle("live-prefix-example"), |
| 46 | ) |
| 47 | p.Run() |
| 48 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…