Minor auto-complete cosmetics

This commit is contained in:
lksz 2020-09-30 17:43:36 -04:00
parent dc9f29f471
commit 45b53dc110
2 changed files with 2 additions and 2 deletions

View File

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

View File

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