| 53 | { |
| 54 | |
| 55 | std::string appName() |
| 56 | { |
| 57 | const std::string app = Support::binpath(Support::exename("pdal") + |
| 58 | " pipeline"); |
| 59 | return app; |
| 60 | } |
| 61 | |
| 62 | // most pipelines (those with a writer) will be invoked via `pdal pipeline` |
| 63 | void run_pipeline(std::string const& pipelineFile, |
no test coverage detected