Uses of Interface
net.sourceforge.argparse4j.inf.Subparsers
-
Packages that use Subparsers Package Description net.sourceforge.argparse4j.inf net.sourceforge.argparse4j.internal -
-
Uses of Subparsers in net.sourceforge.argparse4j.inf
Methods in net.sourceforge.argparse4j.inf that return Subparsers Modifier and Type Method Description Subparsers
ArgumentParser. addSubparsers()
ReturnsSubparsers
.Subparsers
Subparsers. description(java.lang.String description)
Sets the text to display to briefly describe sub-commands in the help message.Subparsers
Subparsers. dest(java.lang.String dest)
Sets the name of attribute which the selected command name is stored.Subparsers
Subparsers. help(java.lang.String help)
Sets the text to display in the help message for sub-commands.Subparsers
Subparsers. metavar(java.lang.String metavar)
Sets the text used to represent sub-commands in help messages.Subparsers
Subparsers. title(java.lang.String title)
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 Subparsers Modifier and Type Class Description class
SubparsersImpl
The application code must not use this class directly.Methods in net.sourceforge.argparse4j.internal that return Subparsers Modifier and Type Method Description Subparsers
SubparserImpl. addSubparsers()
-