LocalizedStringProviderAutomaticHelpShortName Method

Gets the short name of the help argument created if the AutoHelpArgument property is , typically '?'.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public virtual char AutomaticHelpShortName()

Return Value

Char
The string.

Remarks

The argument will automatically have a short alias that is the lower case first character of the value returned by AutomaticHelpName. If this character is the same according to the argument name comparer, then no alias is added.

If Mode is not LongShort, the short name and the short alias will be used as a regular aliases instead.

See Also