ArgumentValidationWithHelpAttributeGetUsageHelp 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(
	CommandLineArgument argument
)

Parameters

argument  CommandLineArgument
The argument is the validator is for.

Return Value

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

Remarks

This function is only called if the IncludeValidatorsInDescription property is .

See Also