RequiresAnyAttributeGetUsageHelp Method

Gets the usage help message for this validator.

Definition

Namespace: Ookii.CommandLine.Validation
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public override string? GetUsageHelp(
	CommandLineParser parser
)

Parameters

parser  CommandLineParser
The parser is the validator is for.

Return Value

String
The usage help message, or if the IncludeInUsageHelp property is .

See Also