Minor auto-complete cosmetics

This commit is contained in:
lksz 2020-09-30 17:43:36 -04:00
förälder dc9f29f471
incheckning 45b53dc110
2 ändrade filer med 2 tillägg och 2 borttagningar

Visa fil

@ -9,7 +9,7 @@
$commandAst,
$fakeBoundParameters
)
[MyScript]::_GetValidValues($wordToComplete,$false)
[MyScript]::_GetValidValues($wordToComplete,$true)
})]
[string[]]$AlsoEditTheseScripts
)

Visa fil

@ -18,7 +18,7 @@
$commandAst,
$fakeBoundParameters
)
[MyScript]::_GetValidValues($wordToComplete,$false)
[MyScript]::_GetValidValues($wordToComplete,$true)
})]
[string[]]$ScriptName
)