gdal/apps/argparse
Even Rouault 6966463cf1
gdaldem: fix help message for subcommands
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
2024-11-09 12:18:27 +01:00
..
.clang-format Add https://github.com/p-ranav/argparse/blob/master/include/argparse/argparse.hpp 2024-03-22 11:48:17 +01:00
README.TXT argparse/argparse.hpp: restore lost changes 2024-06-06 19:46:49 +02:00
argparse.hpp gdaldem: fix help message for subcommands 2024-11-09 12:18:27 +01:00

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)