SeeminglyScience / EditorServicesCommandSuite

Collection of editor commands for use in PowerShell Editor Services.
Other
152 stars 13 forks source link

Unresolved named parameters are not written to the splat hashtable #35

Closed SeeminglyScience closed 4 years ago

SeeminglyScience commented 5 years ago

In 0.5.0 parameters that were not resolved during static parameter binding are not added to the splat hashtable. This is desired for positional parameters, but not for named parameters.

SeeminglyScience commented 4 years ago

Fixed with v1.0.0-beta1

Install-Module EditorServicesCommandSuite -Scope CurrentUser -AllowPrerelease -Force