forked from fsprojects/FAKE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail CLI when parse fail and Argu switch detected.
* Fail build when Argu parse fails AND Argu switches detected. See fsprojects#1090. * Fallback to old if parse fails and no Argu switches. * Also as WIP function to map from old to new. NOT TESTED YET OR IN * USE. * Add Argu to test project for tests.
- Loading branch information
1 parent
d381c1f
commit 1b93bce
Showing
5 changed files
with
108 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ FSharp.Core | |
Machine.Specifications.Should | ||
Mono.Web.Xdt | ||
Mono.Cecil | ||
Nuget.Core | ||
Nuget.Core | ||
Argu |