[pdal-commits] [PDAL/PDAL] 2556bb: Modify pdal app outputs
GitHub
noreply at github.com
Wed Jan 7 09:01:14 PST 2015
Branch: refs/heads/pdal-app-driver-options-listing
Home: https://github.com/PDAL/PDAL
Commit: 2556bbaf78428a8ee8884fd72365ffcd4bf6c87e
https://github.com/PDAL/PDAL/commit/2556bbaf78428a8ee8884fd72365ffcd4bf6c87e
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2015-01-07 (Wed, 07 Jan 2015)
Changed paths:
M apps/pdal.cpp
M src/StageInfo.cpp
Log Message:
-----------
Modify pdal app outputs
--drivers output is condensed into a table without links.
--options output is added (was previously only available through
kernels/subcommands).
--help now displays program_options and commonly used
kernels/subcommands, but no version information. Calling pdal with
wrong arguments now displays help.
--version now displays only version information (not help).
--debug and --drivers are now parsed as program_options, not actions.
Renamed actions as commands.
More information about the pdal-commits
mailing list