mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-03 22:13:51 +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)
|
## Version 0.4 (in progress)
|
||||||
|
|
||||||
|
* Updates to help print
|
||||||
|
|
||||||
## Version 0.3
|
## Version 0.3
|
||||||
|
|
||||||
* Added `->requires`, `->excludes`, and `->envname` from [Plumbum](http://plumbum.readthedocs.io/en/latest/)
|
* Added `->requires`, `->excludes`, and `->envname` from [Plumbum](http://plumbum.readthedocs.io/en/latest/)
|
||||||
|
@ -620,6 +620,9 @@ public:
|
|||||||
pos=true;
|
pos=true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(subcommands.size() > 0)
|
||||||
|
out << " [SUBCOMMANDS]";
|
||||||
|
|
||||||
out << std::endl << std::endl;
|
out << std::endl << std::endl;
|
||||||
|
|
||||||
// Positional descriptions
|
// Positional descriptions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user