Skip to content

Commit

Permalink
Order this so Success gets the ToString() win from a 0
Browse files Browse the repository at this point in the history
This will more often than not be what we want
  • Loading branch information
scottbilas committed Apr 10, 2024
1 parent 2588a70 commit aacf980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/CliExitCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
[PublicAPI]
public enum CliExitCode
{
Help = 0,
#pragma warning disable CA1069
Success = 0,
#pragma warning disable CA1069
Help = 0,
#pragma warning restore CA1069
ErrorGeneral = 1,

Expand Down

0 comments on commit aacf980

Please sign in to comment.