Uses of Class
picocli.CommandLine.Help.Column
Packages that use CommandLine.Help.Column
Package
Description
Provides classes and interfaces for the main picocli command line parsing and
autocompletion
functionality.-
Uses of CommandLine.Help.Column in picocli
Methods in picocli that return CommandLine.Help.ColumnModifier and TypeMethodDescriptionCommandLine.Help.TextTable.columns()
The column definitions of this table.Methods in picocli with parameters of type CommandLine.Help.ColumnModifier and TypeMethodDescriptionstatic CommandLine.Help.TextTable
CommandLine.Help.TextTable.forColumns
(CommandLine.Help.Ansi ansi, CommandLine.Help.Column... columns) Deprecated.static CommandLine.Help.TextTable
CommandLine.Help.TextTable.forColumns
(CommandLine.Help.ColorScheme colorScheme, CommandLine.Help.Column... columns) Constructs aTextTable
with the specified columns.Constructors in picocli with parameters of type CommandLine.Help.ColumnModifierConstructorDescriptionprotected
TextTable
(CommandLine.Help.Ansi ansi, CommandLine.Help.Column[] columns) Deprecated.protected
TextTable
(CommandLine.Help.ColorScheme colorScheme, CommandLine.Help.Column[] columns)
CommandLine.Help.TextTable.forColumns(CommandLine.Help.ColorScheme, CommandLine.Help.Column...)
instead