Table of Contents

TwoColumnHelpRow.TwoColumnHelpRow Constructor

Definition

Namespace
DotMake.CommandLine.Help
Assembly
DotMake.CommandLine.dll
public TwoColumnHelpRow(string firstColumnText, string secondColumnText)

Parameters

firstColumnText string

The name and invocation details, typically displayed in the first help column.

secondColumnText string

The description of a symbol, typically displayed in the second help column.