Class GnuOptionPrinter
An option printer for GNU-style options.
public sealed class GnuOptionPrinter : OptionPrinter
- Inheritance
-
GnuOptionPrinter
- Inherited Members
Fields
Instance
Gets an instance of a GNU-style option printer.
public static readonly GnuOptionPrinter Instance
Field Value
- GnuOptionPrinter
An option printer.
Methods
Print(OptionForm, IReadOnlyList<OptionParameter>)
Prints an option form that takes a list of parameters.
public override Inline Print(OptionForm form, IReadOnlyList<OptionParameter> parameters)
Parameters
formOptionFormThe option form to print.
parametersIReadOnlyList<OptionParameter>The list of parameters for the option form.
Returns
- Inline
Inline markup that represents the option.