SharpeRAD / Cake.Powershell

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

Added ArrayArgument #6

Closed jclin closed 8 years ago

jclin commented 8 years ago

Use this for Powershell parameters that expect an array of values.

Heya @SharpeRAD, we added ArrayArgument to support scenarios where a paramter can accept an array of values. For example:

Enter-PSSession -ComputerName comp1, comp2, comp3
SharpeRAD commented 8 years ago

Merged :+1: