Minor auto-complete cosmetics

This commit is contained in:
lksz 2020-09-30 17:43:36 -04:00
vanhempi dc9f29f471
commit 45b53dc110
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa

Näytä tiedosto

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

Näytä tiedosto

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