374 | | * Similar complex command line interfaces to learn from: !GeoGig, !ImageMagic (compare new and old CLI), Git, Docker |
| 374 | * Similar complex command line interfaces to learn from: |
| 375 | * Git (a classic example of subcommand interface) |
| 376 | * Docker (subcommand interface combined with running other commands inside a container) |
| 377 | * !GeoGig (needs to get geospatial data in and out) |
| 378 | * !ImageMagic |
| 379 | * radical changes in CLI interface between versions [https://legacy.imagemagick.org/script/index.php 6] and [https://www.imagemagick.org/script/command-line-tools.php 7] |
| 380 | * new CLI has a single `magick` command with many parameters |
| 381 | * GMT |
| 382 | * [http://gmt.soest.hawaii.edu/doc/5.3.2/GMT_Docs.html#new-features-in-gmt-5 radical changes in CLI interface between versions 4 and 5] |
| 383 | * new CLI has a single `gmt` command and subcommands |