SharpeRAD / Cake.Powershell

Powershell addin for Cake
http://cakebuild.net
MIT License
83 stars 36 forks source link

AppendQuoted example takes one argument #44

Closed Scott-Lyons closed 6 years ago

Scott-Lyons commented 6 years ago

In the ReadMe.md the example of AppendQuoted only takes one argument but looking at src/Cake.Powershell/Extensions/ProcessArgumentListExtensions.cs two arguments are required.

SharpeRAD commented 6 years ago

I added helper methods to Cake.Powershell to work with named arguments but Cake.Core also has its own extension methods