Class AbstractPrintedCommandGroupUsageGenerator<T>

All Implemented Interfaces:
CommandGroupUsageGenerator<T>
Direct Known Subclasses:
CliCommandGroupUsageGenerator

public abstract class AbstractPrintedCommandGroupUsageGenerator<T> extends AbstractCommandGroupUsageGenerator<T>
Abstract command group usage generator for generators that use a UsagePrinter to generate the documentation
  • Field Details

    • columnSize

      private final int columnSize
  • Constructor Details

  • Method Details