MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / HelpFormatter

Method HelpFormatter

MonaBase/include/Mona/HelpFormatter.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class HelpFormatter : public virtual Object {
29public:
30 HelpFormatter(const Options& options) : _options(options), _indent(calcIndent()) {}
31 virtual ~HelpFormatter() {}
32
33 std::string command;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected