1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 13:13:53 +00:00

Adding note about Click style chained commands

This commit is contained in:
Henry Fredrick Schreiner 2017-02-20 08:49:13 -05:00
parent b2e8bd9bf7
commit 2ddc7d4346

View File

@ -42,6 +42,7 @@ This library was built to supply the Application object for the GooFit CUDA/OMP
* Ini configuration support is basic (long options only, no vector support), is more needed? * Ini configuration support is basic (long options only, no vector support), is more needed?
* Evaluate compatibility with [ROOT](https://root.cern.ch)'s TApplication object. * Evaluate compatibility with [ROOT](https://root.cern.ch)'s TApplication object.
* Add way for subclasses to return remaining options rather than throwing error * Add way for subclasses to return remaining options rather than throwing error
* Chained subcommands are not supported, once a subcommand is given the rest of the options go to that subcommand, rather than allowing multiple subcommands. This is currently intentional behavior, but multiple base level subcommands, like [`Click`](http://click.pocoo.org) supports, might be considered in the future.
See the [changelog](./CHANGELOG.md) or [GitHub releases](https://github.com/henryiii/CLI11/releases) for details. See the [changelog](./CHANGELOG.md) or [GitHub releases](https://github.com/henryiii/CLI11/releases) for details.