| 93 | |
| 94 | |
| 95 | void 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 | |
| 104 | void App::outputHelp(const ProgramArgs& args) |
nothing calls this directly
no test coverage detected