| 532 | } |
| 533 | |
| 534 | void Help(std::ostream& out) const override |
| 535 | { |
| 536 | if (!IsEnabled()) return; |
| 537 | out << " - " << Name() << "\n\t" << description << "\n"; |
| 538 | } |
| 539 | |
| 540 | // returns: |
| 541 | // - the completions of this menu command |
nothing calls this directly
no outgoing calls
no test coverage detected