You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix positional parameter binding for FilterScript (#5)
* Allow FilterScript to be a positional argument
- Change Find-Member and Find-Type to allow either FilterScript or
Name to be in position 0 based on type.
(e.g. Find-Type { $_.Name } or Find-Type Name)
- Add tests for positional binding.
- Remove a method in TypeArgumentCompleter that was left in by mistake
and isn't used.
* Fix argument completer for Find-Type
Added the argument completer back onto Find-Type and fixed the bad test
for type name validation.
0 commit comments