Skip to content

Commit

Permalink
allow equal assignment on flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Feb 12, 2024
1 parent bcb0046 commit f7d9592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/CommandLine.fs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Build =
| [<Inherit;AltCommandLine("-s")>] Single_Target
| [<Inherit>] Token of string
| [<Inherit;AltCommandLine("-c")>] Skip_Dirty_Check
| [<Inherit;>] Test_Suite of TestSuite
| [<Inherit;EqualsAssignment>] Test_Suite of TestSuite
with
interface IArgParserTemplate with
member this.Usage =
Expand Down

0 comments on commit f7d9592

Please sign in to comment.