Pash-Project / Pash

An Open Source reimplementation of Windows PowerShell, for Mono.
https://groups.google.com/group/pash-project
BSD 3-Clause "New" or "Revised" License
514 stars 54 forks source link

Support for dynamic parameters, small fixes #390

Closed sburnicki closed 9 years ago

sburnicki commented 9 years ago

If a cmdlet implements IDynamicParameters it can now dynamically add parameters dependening on parameter values: https://msdn.microsoft.com/en-us/library/dd878299(v=vs.85).aspx

sburnicki commented 9 years ago

I'm going to fix the remaining issue early next week.

JayBazuzi commented 9 years ago

Let us know when you think it's ready to merge.

sburnicki commented 9 years ago

Okay, seems to be fine now.