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