Minor auto-complete cosmetics

Este commit está contenido en:
lksz 2020-09-30 17:43:36 -04:00
padre dc9f29f471
commit 45b53dc110
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

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

Ver fichero

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