Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ commandParseOrDie
Method
commandParseOrDie
source/base/StarVersionOptionParser.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
VersionOptionParser::Options VersionOptionParser::commandParseOrDie(int argc, char** argv) {
42
setCommandName(File::baseName(argv[0]));
43
return parseOrDie(StringList(argc - 1, argv + 1));
44
}
45
46
}
Callers
nothing calls this directly
Calls
1
StringList
Class · 0.85
Tested by
no test coverage detected