MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / OptionParser

Method OptionParser

Source/Utils/cxxopts.hpp:1658–1663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1656 {
1657 public:
1658 OptionParser(const OptionMap& options, const PositionalList& positional, bool allow_unrecognised)
1659 : m_options(options)
1660 , m_positional(positional)
1661 , m_allow_unrecognised(allow_unrecognised)
1662 {
1663 }
1664
1665 ParseResult
1666 parse(int argc, const char* const* argv);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected