Uses of Class
picocli.CommandLine.Help
-
-
Uses of CommandLine.Help in picocli
Methods in picocli that return CommandLine.Help Modifier and Type Method Description CommandLine.Help
CommandLine.Help. addAllSubcommands(Map<String,CommandLine> commands)
Registers all specified subcommands with this Help.CommandLine.Help
CommandLine.Help. addSubcommand(String commandName, Object command)
Deprecated.CommandLine.Help
CommandLine.IHelpFactory. create(CommandLine.Model.CommandSpec commandSpec, CommandLine.Help.ColorScheme colorScheme)
Returns aHelp
instance to assist in rendering the usage help messageMethods in picocli that return types with arguments of type CommandLine.Help Modifier and Type Method Description protected Map<String,CommandLine.Help>
CommandLine.Help. subcommands()
Returns the map of subcommandHelp
instances for this command Help.Methods in picocli with parameters of type CommandLine.Help Modifier and Type Method Description String
CommandLine.IHelpSectionRenderer. render(CommandLine.Help help)
Renders a section of the usage help, like header heading, header, synopsis heading, synopsis, description heading, description, etc.
-