Uses of Interface
picocli.CommandLine.Help.IOptionRenderer
Packages that use CommandLine.Help.IOptionRenderer
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion functionality.-
Uses of CommandLine.Help.IOptionRenderer in picocli
Fields in picocli declared as CommandLine.Help.IOptionRendererModifier and TypeFieldDescriptionprotected CommandLine.Help.IOptionRendererCommandLine.Help.Layout.optionRendererMethods in picocli that return CommandLine.Help.IOptionRendererModifier and TypeMethodDescriptionCommandLine.Help.createDefaultOptionRenderer()CommandLine.Help.createMinimalOptionRenderer()Returns a new minimal OptionRenderer which convertsOptionsto a single row with two columns of text: an option name and a description.CommandLine.Help.Layout.optionRenderer()Returns the IOptionRenderer used to render options to Text before adding this text to the TextTable in this layout.Constructors in picocli with parameters of type CommandLine.Help.IOptionRendererModifierConstructorDescriptionLayout(CommandLine.Help.ColorScheme colorScheme, CommandLine.Help.TextTable textTable, CommandLine.Help.IOptionRenderer optionRenderer, CommandLine.Help.IParameterRenderer parameterRenderer) Constructs a Layout with the specified color scheme, the specified TextTable, the specified option renderer and the specified parameter renderer.