[pdal-commits] [PDAL/PDAL] 2556bb: Modify pdal app outputs
GitHub
noreply at github.com
Wed Jan 7 15:11:33 PST 2015
Branch: refs/heads/master
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.
Commit: 9f23e9fad767669d48db1c5e9cb4bc4313b94843
https://github.com/PDAL/PDAL/commit/9f23e9fad767669d48db1c5e9cb4bc4313b94843
Author: Howard Butler <howard at hobu.co>
Date: 2015-01-07 (Wed, 07 Jan 2015)
Changed paths:
M apps/pdal.cpp
M src/StageInfo.cpp
Log Message:
-----------
Merge pull request #681 from PDAL/pdal-app-driver-options-listing
Modify pdal app outputs
Compare: https://github.com/PDAL/PDAL/compare/3461188cd472...9f23e9fad767
More information about the pdal-commits
mailing list