Closed SeeminglyScience closed 4 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.
Fixed with v1.0.0-beta1
Install-Module EditorServicesCommandSuite -Scope CurrentUser -AllowPrerelease -Force
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.