Package | Description |
---|---|
org.apache.logging.log4j.core.tools.picocli |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,CommandLine.Help> |
CommandLine.Help.commands |
Modifier and Type | Method and Description |
---|---|
CommandLine.Help |
CommandLine.Help.addAllSubcommands(java.util.Map<java.lang.String,CommandLine> commands)
Registers all specified subcommands with this Help.
|
CommandLine.Help |
CommandLine.Help.addSubcommand(java.lang.String commandName,
java.lang.Object command)
Registers the specified subcommand with this Help.
|