MCPcopy Create free account
hub / github.com/Prograda/Skybolt / addOptions

Method addOptions

src/Skybolt/SkyboltEngine/EngineCommandLineParser.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void EngineCommandLineParser::addOptions(po::options_description& desc)
33{
34 desc.add_options()
35 ("help", "produce help message")
36 ("settingsFile", po::value<std::string>(), "settings file");
37}
38
39std::optional<nlohmann::json> EngineCommandLineParser::readSettings(const boost::program_options::variables_map& params)
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected