From 2ddc7d4346f2f4802004ce824c0e8c8f188659cb Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Mon, 20 Feb 2017 08:49:13 -0500 Subject: [PATCH] Adding note about Click style chained commands --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b115df4..49862bac 100644 --- a/README.md +++ b/README.md @@ -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? * Evaluate compatibility with [ROOT](https://root.cern.ch)'s TApplication object. * 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.