CommandInfoMatchingPrefix Method

Checks whether the command's name or one of its aliases start with the specified prefix.

Definition

Namespace: Ookii.CommandLine.Commands
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public string? MatchingPrefix(
	string prefix
)

Parameters

prefix  String
The prefix to check for.

Return Value

String
The name or alias that matched the prefix, or if no match was found.

Exceptions

See Also