MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / allOptions

Method allOptions

src/commandline.cpp:478–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478po::options_description Command::allOptions() const
479{
480 po::options_description d;
481
482 d.add(visibleOptions());
483 d.add(getInternalOptions());
484
485 return d;
486}
487
488po::options_description Command::visibleOptions() const
489{

Callers 1

processMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected