Enum Class CommandLine.Help.Column.Overflow

java.lang.Object
java.lang.Enum<CommandLine.Help.Column.Overflow>
nz.org.riskscape.picocli.CommandLine.Help.Column.Overflow
All Implemented Interfaces:
Serializable, Comparable<CommandLine.Help.Column.Overflow>, Constable
Enclosing class:
CommandLine.Help.Column

public static enum CommandLine.Help.Column.Overflow extends Enum<CommandLine.Help.Column.Overflow>
Policy for handling text that is longer than the column width: span multiple columns, wrap to the next row, or simply truncate the portion that doesn't fit.