lzybkr / TabExpansionPlusPlus

A V3 PowerShell module to improve tab expansion and Intellisense
BSD 2-Clause "Simplified" License
196 stars 33 forks source link

Update-ArgumentCompleter #11

Closed ShayLevy closed 11 years ago

ShayLevy commented 11 years ago

When I execute Update-ArgumentCompleter I get a lot of errors, such as:

Register-ArgumentCompleter : Cannot bind argument to parameter 'CommandName' because it is null. At C:\Users\Shay\Documents\WindowsPowerShell\Modules\TabExpansion++\TabExpansion++.psm1:529 char:40

I get the same errors when I execute Get-ArgumentCompleter, and then I get the result of the command.

ShayLevy commented 11 years ago

Disregard, I think the issue is only on my system

lzybkr commented 11 years ago

You may have had an old version - there were a few problems like this that were fixed a few months ago.