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

Method Disable

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

Source from the content-addressed store, hash-verified

260
261 virtual void Enable() { enabled = true; }
262 virtual void Disable() { enabled = false; }
263 virtual bool Exec(const std::vector<std::string>& cmdLine, CliSession& session) = 0;
264 virtual void Help(std::ostream& out) const = 0;
265 // Returns the collection of completions relatives to this command.

Callers 6

mainFunction · 0.45
UserInterfaceMethod · 0.45
UserInterfaceMethod · 0.45
mainFunction · 0.45
DisableMethod · 0.45
DisableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected