Minor auto-complete cosmetics
This commit is contained in:
parent
dc9f29f471
commit
45b53dc110
|
@ -9,7 +9,7 @@
|
|||
$commandAst,
|
||||
$fakeBoundParameters
|
||||
)
|
||||
[MyScript]::_GetValidValues($wordToComplete,$false)
|
||||
[MyScript]::_GetValidValues($wordToComplete,$true)
|
||||
})]
|
||||
[string[]]$AlsoEditTheseScripts
|
||||
)
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
$commandAst,
|
||||
$fakeBoundParameters
|
||||
)
|
||||
[MyScript]::_GetValidValues($wordToComplete,$false)
|
||||
[MyScript]::_GetValidValues($wordToComplete,$true)
|
||||
})]
|
||||
[string[]]$ScriptName
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue