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:
parent
b2e8bd9bf7
commit
2ddc7d4346
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user