| 28 | class HelpFormatter : public virtual Object { |
| 29 | public: |
| 30 | HelpFormatter(const Options& options) : _options(options), _indent(calcIndent()) {} |
| 31 | virtual ~HelpFormatter() {} |
| 32 | |
| 33 | std::string command; |
nothing calls this directly
no outgoing calls
no test coverage detected