-
-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Frosting) Align command line parsing with Cake #2893
Labels
Milestone
Comments
@patriksvensson should/will Frosting now switch to use what Cake is going to be using? |
Duplicate of #2886? |
@patriksvensson yes can probably be closed in favor of #2886 |
Closing as duplicate of #2886 |
🎉 This issue has been resolved in version v1.0.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That means that arguments should be passed in the following format:
dotnet cake --verbosity diagnostic --target default
Once System.CommandLine is publicly available, we should switch to that one.
The text was updated successfully, but these errors were encountered: