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.
20
21
/// </summary>
21
22
/// <param name="name">The long name of the verb command.</param>
22
-
/// <exception cref="System.ArgumentException">Thrown if <paramref name="name"/> is null, empty or whitespace.</exception>
23
-
publicVerbAttribute(stringname)
23
+
/// <param name="isDefault">Whether the verb is the default verb.</param>
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