public void WriteUsage(
UsageWriter? usageWriter = null
)
Public Sub WriteUsage (
Optional usageWriter As UsageWriter = Nothing
)
Dim instance As CommandLineParser
Dim usageWriter As UsageWriter
instance.WriteUsage(usageWriter)
public:
void WriteUsage(
UsageWriter^ usageWriter = nullptr
)
The usage help consists of first the Description, followed by the usage syntax, followed by a description of all the arguments.
You can add descriptions to the usage text by applying the DescriptionAttribute attribute to your command line arguments type, and the properties and methods defining command line arguments.
Color is applied to the output only if the UsageWriter instance has enabled it.