Print SubCommand-specific usage messages
See original GitHub issueCmdLineParser.getArguments()
returns an OptionHandler
for each Argument
, including those used to define sub-commands, but there is no access to the SubCommand
objects from the Argument
. Make it so that if an Argument
has associated sub-commands, the usage message for these is also printed using the various cli.printUsage(..)
methods.
Issue Analytics
- State:
- Created 9 years ago
- Comments:5
Top Results From Across the Web
How to Print Out Text Messages for Court | iPhone and Android
Find out how to print out text messages from either an Android phone or iPhone. Can text messages be used in court? Find...
Read more >svn_opt.h Source File - Subversion
314 * Print a generic (not command-specific) usage message to @a stream. 315 *. 316 * @todo Why is @a stream a stdio...
Read more >Usage message - Wikipedia
In computer programming, a usage message or help message refers to a brief message displayed by a program that utilizes a command-line interface...
Read more >[Patch] subcommand-specific option descriptors - Subversion Dev: Re
Add subcommand-specific option descriptors in a new field in > svn_cl__cmd_table entries and use them for more sensible help > messages.
Read more >https://www.cs.cmu.edu/afs/club/admin/afs/root.afs...
If @c command is non-NULL, * then the subcommand-specific option description ... Then * loop over @a cmd_table printing the usage for each...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1. Printing usage of sub-commands is really needed
+1