MCPcopy Create free account
hub / github.com/bcndev/bytecoin / CommandLine

Method CommandLine

src/common/CommandLine.hpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35public:
36 CommandLine(int argc, const char *const argv[]);
37 CommandLine() = default; // Sometimes usefull in test code
38 // call show_help right after constructor
39 // help will be parsed so that show errors will print different text for
40 // unused options found in help (wrong context) and not found in help (typo)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected