Prevent the standard addSwitches() from being defined.
| 58 | virtual bool doSwitches(const StringList& cmdArgs, ProgramArgs& args); |
| 59 | // Prevent the standard addSwitches() from being defined. |
| 60 | virtual void addSwitches(ProgramArgs& args) final |
| 61 | {} |
| 62 | virtual void addSubSwitches(ProgramArgs& args, |
| 63 | const std::string& subcommand) |
| 64 | {} |
no outgoing calls
no test coverage detected