MCPcopy Create free account
hub / github.com/NVIDIA-RTX/STBN / HandleHelpOption

Function HandleHelpOption

Tools/VectorApp/CMDOptionsParser.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void HandleHelpOption(const cxxopts::Options& cmdOptions, const cxxopts::ParseResult& parsedOptions)
43{
44 if (parsedOptions.count("help"))
45 {
46 std::cout << cmdOptions.help() << std::endl;
47 exit(0);
48 }
49}
50
51static std::string FloatStr = "Float";
52static std::string Float2Str = "Float2";

Callers 1

ParseCmdArgsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected