MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / sessionCompleter

Function sessionCompleter

cmd/inject-cli/main.go:371–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

369}
370
371func sessionCompleter() *readline.PrefixCompleter {
372 return readline.NewPrefixCompleter(
373 readline.PcItem("tools"),
374 readline.PcItem("info"),
375 readline.PcItem("observe"),
376 readline.PcItem("exit"),
377 readline.PcItem("quit"),
378 )
379}
380
381// ----- session commands -----
382

Callers 1

sessionREPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected