lzybkr / TabExpansionPlusPlus

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

Fixed issue with native command trees for parameters starting with '-' #79

Open razaraz opened 8 years ago

razaraz commented 8 years ago

When powershell parses a native command Ast, it adds any parameters that start with a '-' as CommandParameterAst rather than StringConstantExpressionAst.