1
0
Derivar 0

Minor auto-complete cosmetics

Este cometimento está contido em:
lksz 2020-09-30 17:43:36 -04:00
ascendente dc9f29f471
cometimento 45b53dc110
2 ficheiros modificados com 2 adições e 2 eliminações

Ver ficheiro

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

Ver ficheiro

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