Skip to content

Commit 6d2dc12

Browse files
committed
fixed bad merge of Error.cs in build
1 parent 675d4b7 commit 6d2dc12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CommandLine/Error.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ public enum ErrorType
6464
/// <summary>
6565
/// Value of <see cref="CommandLine.SetValueExceptionError"/> type.
6666
/// </summary>
67-
SetValueExceptionError
67+
SetValueExceptionError,
68+
6869
VersionRequestedError,
6970
/// <summary>
7071
/// Value of <see cref="CommandLine.InvalidAttributeConfigurationError"/> type.

0 commit comments

Comments
 (0)