Minor auto-complete cosmetics

This commit is contained in:
lksz 2020-09-30 17:43:36 -04:00
父節點 dc9f29f471
當前提交 45b53dc110
共有 2 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -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
)