cake-build / cake-vs

Cake Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1392591.CakeforVisualStudio
MIT License
67 stars 25 forks source link

Switch to using consistent -- arguments #120

Closed gep13 closed 3 years ago

gep13 commented 3 years ago

Moving forward, Cake will always respect arguments that use -- arguments, but using the old style - argument will cause problems.

i.e. using --target instead of -target.

The code base should be updated to use -- everywhere.