Package picocli

Class CommandLine.Help.Column

  • Enclosing class:
    CommandLine.Help

    public static class CommandLine.Help.Column
    extends Object
    Columns define the width, indent (leading number of spaces in a column before the value) and Overflow policy of a column in a TextTable.
    • Field Detail

      • width

        public final int width
        Column width in characters
      • indent

        public int indent
        Indent (number of empty spaces at the start of the column preceding the text value)