You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Initializes a new instance of the <see cref="CommandLine.VerbAttribute"/> class.
21
20
/// </summary>
22
21
/// <param name="name">The long name of the verb command.</param>
23
22
/// <param name="isDefault">Whether the verb is the default verb.</param>
23
+
/// <param name="aliases">aliases for this verb. i.e. "move" and "mv"</param>
24
24
/// <exception cref="System.ArgumentException">Thrown if <paramref name="name"/> is null, empty or whitespace and <paramref name="isDefault"/> is false.</exception>
0 commit comments