Uses of Class
picocli.CommandLine.Help
Packages that use CommandLine.Help
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.Help in picocli
Methods in picocli that return CommandLine.HelpModifier and TypeMethodDescriptionCommandLine.Help.addAllSubcommands(Map<String, CommandLine> subcommands) Registers all specified subcommands with this Help.CommandLine.Help.addSubcommand(String commandName, Object command) Deprecated.CommandLine.IHelpFactory.create(CommandLine.Model.CommandSpec commandSpec, CommandLine.Help.ColorScheme colorScheme) Returns aHelpinstance to assist in rendering the usage help messageCommandLine.getHelp()Returns a newHelpobject created by theIHelpFactorywith theCommandSpecandColorSchemeof this command.Methods in picocli that return types with arguments of type CommandLine.HelpModifier and TypeMethodDescriptionCommandLine.Help.allSubcommands()Returns the map of all subcommandHelpinstances (including hidden commands) for this command Help.CommandLine.Help.subcommands()Returns the map of non-hidden subcommandHelpinstances for this command Help.Methods in picocli with parameters of type CommandLine.HelpModifier and TypeMethodDescriptionCommandLine.IHelpSectionRenderer.render(CommandLine.Help help) Renders a section of the usage help, like header heading, header, synopsis heading, synopsis, description heading, description, etc.Method parameters in picocli with type arguments of type CommandLine.HelpModifier and TypeMethodDescriptionCommandLine.Help.commandList(Map<String, CommandLine.Help> subcommands) Returns a 2-column list with the command names and first line of their header or (if absent) description of the specified command map.
addAllSubcommands(Map)instead