-
-
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
Different arguments between script runner and Frosting #3007
Comments
pascalberger
added a commit
to pascalberger/cake
that referenced
this issue
Dec 21, 2020
pascalberger
added a commit
to pascalberger/cake
that referenced
this issue
Dec 21, 2020
pascalberger
added a commit
to pascalberger/cake
that referenced
this issue
Dec 21, 2020
patriksvensson
added a commit
that referenced
this issue
Dec 22, 2020
(GH-3007) Support same CLI switches for script runners and Frosting
Fixed by #3008 |
🎉 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
What You Are Seeing?
When running
dotnet cake --help
it shows a--description
option.When running
Build.exe --help
for a Frosting project it shows a--descriptions
optionWhat is Expected?
Options should be named the same across all runners.
What version of Cake are you using?
1.0.0-RC2
Are you running on a 32 or 64 bit system?
64-Bit
What environment are you running on? Windows? Linux? Mac?
Windows
Are you running on a CI Server? If so, which one?
N/A
How Did You Get This To Happen? (Steps to Reproduce)
dotnet cake --help
with Cake .NET ToolBuild.exe --help
for a Frosting project.Output Log
Cake .NET Tool:
Cake Frosting:
The text was updated successfully, but these errors were encountered: