MCPcopy Create free account
hub / github.com/daniele77/cli / NextCmd

Method NextCmd

include/cli/cli.h:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 }
372
373 std::string NextCmd()
374 {
375 return history.Next();
376 }
377
378 std::vector<std::string> GetCompletions(std::string currentLine) const;
379

Callers 1

NewCommandMethod · 0.80

Calls 1

NextMethod · 0.80

Tested by

no test coverage detected