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

Method formatOptions

MonaBase/sources/HelpFormatter.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81void HelpFormatter::formatOptions(ostream& ostr) const {
82 for(const Option& option : _options) {
83 formatOption(ostr,option);
84 formatText(ostr, option.description(), _indent);
85 ostr << '\n';
86 }
87}
88
89
90void HelpFormatter::formatOption(ostream& ostr, const Option& option) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected