Uses of Interface
net.sourceforge.argparse4j.inf.Subparser
Packages that use Subparser
-
Uses of Subparser in net.sourceforge.argparse4j.inf
Methods in net.sourceforge.argparse4j.inf that return SubparserModifier and TypeMethodDescriptionAdds and returnsSubparser
object with given sub-command name.Adds and returnsSubparser
object with given sub-command name and addHelp.Adds and returnsSubparser
object with given sub-command name, addHelp and prefixChars.Sets alias names for this Subparser.Subparser.defaultHelp
(boolean defaultHelp) Subparser.description
(String description) Sets the text to display in help message.Subparser.help
(FeatureControl ctrl) Sets special value to control help message handling.Subparser.setDefault
(String dest, Object value) Subparser.setDefaults
(Map<String, Object> attrs) -
Uses of Subparser in net.sourceforge.argparse4j.internal
Classes in net.sourceforge.argparse4j.internal that implement SubparserModifier and TypeClassDescriptionfinal class
The application code must not use this class directly.