Uses of Class
picocli.CommandLine.Help
-
Packages that use CommandLine.Help Package Description picocli -
-
Uses of CommandLine.Help in picocli
Methods in picocli that return CommandLine.Help Modifier and Type Method Description CommandLine.HelpCommandLine.Help. addAllSubcommands(Map<String,CommandLine> commands)Registers all specified subcommands with this Help.CommandLine.HelpCommandLine.Help. addSubcommand(String commandName, Object command)Deprecated.CommandLine.HelpCommandLine.IHelpFactory. create(CommandLine.Model.CommandSpec commandSpec, CommandLine.Help.ColorScheme colorScheme)Returns aHelpinstance 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 subcommandHelpinstances for this command Help.Methods in picocli with parameters of type CommandLine.Help Modifier and Type Method Description StringCommandLine.IHelpSectionRenderer. render(CommandLine.Help help)Renders a section of the usage help, like header heading, header, synopsis heading, synopsis, description heading, description, etc.
-