MCPcopy
hub / github.com/c-bata/go-prompt / main

Function main

_tools/complete_file/main.go:35–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func main() {
36 p := prompt.New(
37 executor,
38 completerFunc,
39 prompt.OptionPrefix(">>> "),
40 prompt.OptionCompletionWordSeparator(completer.FilePathCompletionSeparator),
41 )
42 p.Run()
43}

Callers

nothing calls this directly

Calls 1

RunMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…