![]() Now: ``` $ gdaldem TPI --help Usage: gdaldem TPI [--help] [--long-usage] [--help-general] [-of <output_format>] [-compute_edges] [-b <value>] [-co <NAME>=<VALUE>]... [--quiet] input_dem output_TPI_map Note: gdaldem TPI --long-usage for full help. ``` vs before: ``` $ gdaldem TPI --help Usage: TPI [--help] [--long-usage] [--help-general] [-of <output_format>] [-compute_edges] [-b <value>] [-co <NAME>=<VALUE>]... [--quiet] input_dem output_TPI_map Note: TPI --long-usage for full help. ``` argparse.hpp stream fix submitted to upstream in https://github.com/p-ranav/argparse/pull/382 |
||
---|---|---|
.. | ||
.clang-format | ||
README.TXT | ||
argparse.hpp |
README.TXT
Provenance: https://github.com/p-ranav/argparse Retrieved: https://github.com/p-ranav/argparse/blob/8dead89026466b3818e9c6b6b1d938600db39d8f/include/argparse/argparse.hpp + patch of https://github.com/p-ranav/argparse/pull/356 (FEATURE: multiple actions) + patch of https://github.com/p-ranav/argparse/pull/363 (Accept integer literals in store_into)