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

Updated usage line for subcommands

This commit is contained in:
Henry Fredrick Schreiner 2017-02-12 18:38:41 -05:00
parent 71a29f43d0
commit 209c10aa32
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## Version 0.4 (in progress)
* Updates to help print
## Version 0.3
* Added `->requires`, `->excludes`, and `->envname` from [Plumbum](http://plumbum.readthedocs.io/en/latest/)

View File

@ -620,6 +620,9 @@ public:
pos=true;
}
if(subcommands.size() > 0)
out << " [SUBCOMMANDS]";
out << std::endl << std::endl;
// Positional descriptions