LocalizedStringProviderAmbiguousArgumentPrefixAlias Method

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public virtual string AmbiguousArgumentPrefixAlias(
	string argumentName,
	string prefix,
	IEnumerable<string> possibleMatches
)

Parameters

argumentName  String
The argument name that is the ambiguous prefix.
prefix  String
The argument name prefix to use with possibleMatches. This is either the long name prefix or the first regular prefix.
possibleMatches  IEnumerableString
A list of argument names and aliases that the prefix could match.

Return Value

String
The error message.

See Also