We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentbcc4c6f commit46e0678Copy full SHA for 46e0678
test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1
@@ -1588,6 +1588,7 @@ class InheritedClassTest : System.Attribute
1588
@{inputStr='gmo Microsoft.PowerShell.U';expected='Microsoft.PowerShell.Utility';setup=$null }
1589
@{inputStr='rmo Microsoft.PowerShell.U';expected='Microsoft.PowerShell.Utility';setup=$null }
1590
@{inputStr='gcm -Module Microsoft.PowerShell.U';expected='Microsoft.PowerShell.Utility';setup=$null }
1591
+@{inputStr='gcm -ExcludeModule Microsoft.PowerShell.U';expected='Microsoft.PowerShell.Utility';setup=$null }
1592
@{inputStr='gmo -list PackageM';expected='PackageManagement';setup=$null }
1593
@{inputStr='gcm -Module PackageManagement Find-Pac';expected='Find-Package';setup=$null }
1594
@{inputStr='ipmo PackageM';expected='PackageManagement';setup=$null }