Modifier and Type | Field | Description |
---|---|---|
protected CommandLine.Help.IOptionRenderer |
CommandLine.Help.Layout.optionRenderer |
Modifier and Type | Method | Description |
---|---|---|
CommandLine.Help.IOptionRenderer |
CommandLine.Help.createDefaultOptionRenderer() |
|
static CommandLine.Help.IOptionRenderer |
CommandLine.Help.createMinimalOptionRenderer() |
Returns a new minimal OptionRenderer which converts
Options to a single row with two columns
of text: an option name and a description. |
Constructor | Description |
---|---|
Layout(CommandLine.Help.ColorScheme colorScheme,
CommandLine.Help.TextTable textTable,
CommandLine.Help.IOptionRenderer optionRenderer,
CommandLine.Help.IParameterRenderer parameterRenderer) |
Constructs a Layout with the specified color scheme, the specified TextTable, the
specified option renderer and the specified parameter renderer.
|
Copyright © 2017–2019. All rights reserved.