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.TextTableCommandLine.Help.TextTable.forColumns(CommandLine.Help.Ansi ansi, CommandLine.Help.Column... columns) Deprecated.static CommandLine.Help.TextTableCommandLine.Help.TextTable.forColumns(CommandLine.Help.ColorScheme colorScheme, CommandLine.Help.Column... columns) Constructs aTextTablewith the specified columns.Constructors in picocli with parameters of type CommandLine.Help.ColumnModifierConstructorDescriptionprotectedTextTable(CommandLine.Help.Ansi ansi, CommandLine.Help.Column[] columns) Deprecated.protectedTextTable(CommandLine.Help.ColorScheme colorScheme, CommandLine.Help.Column[] columns)
CommandLine.Help.TextTable.forColumns(CommandLine.Help.ColorScheme, CommandLine.Help.Column...)instead