MCPcopy Create free account
hub / github.com/PDAL/PDAL / outputHelp

Function outputHelp

tools/nitfwrap/NitfWrap.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71{
72
73void outputHelp(ProgramArgs& args)
74{
75 std::cout << "usage: nitfwrap [options] " << args.commandLine() <<
76 std::endl;
77 std::cout << "options:" << std::endl;
78 args.dump(std::cout, 2, Utils::screenWidth());
79}
80
81} // unnamed namespace
82

Callers 4

parseArgsMethod · 0.85
executeMethod · 0.85
runMethod · 0.85
innerRunMethod · 0.85

Calls 2

commandLineMethod · 0.45
dumpMethod · 0.45

Tested by

no test coverage detected