You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another thing here is that it should use --parameter=value syntax since this is what we decided to use in our docs
But this would also be something which needs to be done upstream
When running
dotnet cake --help
to see usage instructions, the usage and example displayCake.dll [...]
instead ofdotnet cake [...]
What You Are Seeing?
C:\augustoproiete>dotnet cake --help USAGE: Cake.dll [SCRIPT] [OPTIONS] EXAMPLES: Cake.dll Cake.dll build.cake --verbosity quiet Cake.dll build.cake --showtree ARGUMENTS: [SCRIPT] The Cake script. Defaults to build.cake // ...
What is Expected?
C:\augustoproiete>dotnet cake --help USAGE: dotnet cake [SCRIPT] [OPTIONS] EXAMPLES: dotnet cake dotnet cake build.cake --verbosity quiet dotnet cake build.cake --showtree ARGUMENTS: [SCRIPT] The Cake script. Defaults to build.cake // ...
What version of Cake are you using?
1.0.0-rc0001
Are you running on a 32 or 64 bit system?
64-bit
What environment are you running on? Windows? Linux? Mac?
Windows 10.0.18363 / win10-x64
Are you running on a CI Server? If so, which one?
No
How Did You Get This To Happen? (Steps to Reproduce)
Output Log
N/A
The text was updated successfully, but these errors were encountered: