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:
parent
71a29f43d0
commit
209c10aa32
@ -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/)
|
||||
|
@ -620,6 +620,9 @@ public:
|
||||
pos=true;
|
||||
}
|
||||
|
||||
if(subcommands.size() > 0)
|
||||
out << " [SUBCOMMANDS]";
|
||||
|
||||
out << std::endl << std::endl;
|
||||
|
||||
// Positional descriptions
|
||||
|
Loading…
x
Reference in New Issue
Block a user