Uses of Interface
net.sourceforge.argparse4j.inf.Subparsers
Packages that use Subparsers
-
Uses of Subparsers in net.sourceforge.argparse4j.inf
Methods in net.sourceforge.argparse4j.inf that return SubparsersModifier and TypeMethodDescriptionArgumentParser.addSubparsers()
ReturnsSubparsers
.Subparsers.description
(String description) Sets the text to display to briefly describe sub-commands in the help message.Sets the name of attribute which the selected command name is stored.Sets the text to display in the help message for sub-commands.Sets the text used to represent sub-commands in help messages.Sets the text to display as a title of sub-commands in the help message. -
Uses of Subparsers in net.sourceforge.argparse4j.internal
Classes in net.sourceforge.argparse4j.internal that implement SubparsersModifier and TypeClassDescriptionfinal class
The application code must not use this class directly.Methods in net.sourceforge.argparse4j.internal that return Subparsers