| 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. |
no outgoing calls
no test coverage detected