Commit 2ddc7d4346f2f4802004ce824c0e8c8f188659cb

Authored by Henry Fredrick Schreiner
1 parent b2e8bd9b

Adding note about Click style chained commands

Showing 1 changed file with 1 additions and 0 deletions
README.md
@@ -42,6 +42,7 @@ This library was built to supply the Application object for the GooFit CUDA/OMP @@ -42,6 +42,7 @@ This library was built to supply the Application object for the GooFit CUDA/OMP
42 * Ini configuration support is basic (long options only, no vector support), is more needed? 42 * Ini configuration support is basic (long options only, no vector support), is more needed?
43 * Evaluate compatibility with [ROOT](https://root.cern.ch)'s TApplication object. 43 * Evaluate compatibility with [ROOT](https://root.cern.ch)'s TApplication object.
44 * Add way for subclasses to return remaining options rather than throwing error 44 * Add way for subclasses to return remaining options rather than throwing error
  45 +* 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.
45 46
46 See the [changelog](./CHANGELOG.md) or [GitHub releases](https://github.com/henryiii/CLI11/releases) for details. 47 See the [changelog](./CHANGELOG.md) or [GitHub releases](https://github.com/henryiii/CLI11/releases) for details.
47 48