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

Method outputVersion

apps/pdal.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95void App::outputVersion()
96{
97 m_out << headline << std::endl;
98 m_out << "pdal " << Config::fullVersionString() << std::endl;
99 m_out << headline << std::endl;
100 m_out << std::endl;
101}
102
103
104void App::outputHelp(const ProgramArgs& args)

Callers

nothing calls this directly

Calls 1

fullVersionStringFunction · 0.85

Tested by

no test coverage detected