Interface CommandLine.Help.IParameterRenderer

Enclosing class:
CommandLine.Help

public static interface CommandLine.Help.IParameterRenderer
When customizing online help for positional parameters details, a custom IParameterRenderer can be used to create textual representation of a Parameters field in a tabular format: one or more rows, each containing one or more columns. The Layout is responsible for placing these text values in the TextTable.