MCPcopy Create free account
hub / github.com/catboost/catboost / PrintUsageAndExit

Function PrintUsageAndExit

library/cpp/getopt/small/last_getopt.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3namespace NLastGetopt {
4 void PrintUsageAndExit(const TOptsParser* parser) {
5 parser->PrintUsage();
6 exit(0);
7 }
8
9}

Callers

nothing calls this directly

Calls 2

exitFunction · 0.85
PrintUsageMethod · 0.45

Tested by

no test coverage detected