Package | Description |
---|---|
net.sourceforge.argparse4j.inf | |
net.sourceforge.argparse4j.internal |
Modifier and Type | Method and Description |
---|---|
Subparsers |
ArgumentParser.addSubparsers()
Returns
Subparsers . |
Subparsers |
Subparsers.description(String description)
Sets the text to display to briefly describe sub-commands in the help
message.
|
Subparsers |
Subparsers.dest(String dest)
Sets the name of attribute which the selected command name is stored.
|
Subparsers |
Subparsers.help(String help)
Sets the text to display in the help message for sub-commands.
|
Subparsers |
Subparsers.metavar(String metavar)
Sets the text used to represent sub-commands in help messages.
|
Subparsers |
Subparsers.title(String title)
Sets the text to display as a title of sub-commands in the help message.
|
Modifier and Type | Class and Description |
---|---|
class |
SubparsersImpl
The application code must not use this class directly.
|
Modifier and Type | Method and Description |
---|---|
Subparsers |
SubparserImpl.addSubparsers() |
Copyright © 2012–2017. All rights reserved.