Uses of Interface
picocli.CommandLine.IHelpSectionRenderer
Packages that use CommandLine.IHelpSectionRenderer
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.IHelpSectionRenderer in picocli
Methods in picocli that return types with arguments of type CommandLine.IHelpSectionRendererModifier and TypeMethodDescriptionCommandLine.getHelpSectionMap()
Returns the map of section keys and renderers used to construct the usage help message.CommandLine.Model.UsageMessageSpec.sectionMap()
Returns the map of section keys and renderers used to construct the usage help message.Method parameters in picocli with type arguments of type CommandLine.IHelpSectionRendererModifier and TypeMethodDescriptionCommandLine.Model.UsageMessageSpec.sectionMap
(Map<String, CommandLine.IHelpSectionRenderer> map) Sets the map of section keys and renderers used to construct the usage help message to a copy of the specified map.CommandLine.setHelpSectionMap
(Map<String, CommandLine.IHelpSectionRenderer> map) Sets the map of section keys and renderers used to construct the usage help message.