Minor auto-complete cosmetics

このコミットが含まれているのは:
lksz 2020-09-30 17:43:36 -04:00
コミット 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
)