SharpeRAD / Cake.Powershell

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

Adding support for passing HashTable arguments. #57

Closed eddie3716 closed 6 years ago

eddie3716 commented 6 years ago

I also adding test cases for Array and HashTable arguments. If you have any preference on style or conventions you would like changed, let me know. There's a case for not having the KeyValueArgument class (or having it inherit from NamedArgument) that I put in. NamedArgument with the constructor overload that passes in the Format can just as easily replace KeyValueArgument, but I decided to make it a separate class, so that each class can have its own identity and not be tethered to purposes other than their original intended purpose.

SharpeRAD commented 6 years ago

Sorry I should have merged this months ago, I've been a bit lazy with Github recently. Thanks for the PR 👍