Uses of Class
org.apache.logging.log4j.core.tools.picocli.CommandLine.Help
Packages that use CommandLine.Help
-
Uses of CommandLine.Help in org.apache.logging.log4j.core.tools.picocli
Fields in org.apache.logging.log4j.core.tools.picocli with type parameters of type CommandLine.HelpModifier and TypeFieldDescriptionprivate final Map
<String, CommandLine.Help> CommandLine.Help.commands
Methods in org.apache.logging.log4j.core.tools.picocli that return CommandLine.HelpModifier and TypeMethodDescriptionCommandLine.Help.addAllSubcommands
(Map<String, CommandLine> commands) Registers all specified subcommands with this Help.CommandLine.Help.addSubcommand
(String commandName, Object command) Registers the specified subcommand with this Help.