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