ajalt / clikt

Multiplatform command line interface parsing for Kotlin
https://ajalt.github.io/clikt/
Apache License 2.0
2.5k stars 122 forks source link

Autocomplete: add Powershell support #462

Open dim5 opened 11 months ago

dim5 commented 11 months ago

Please consider adding powershell support for autocompletion.

Based on a quick search, one could use Register-ArgumentCompleter, but I'm by no means a powershell expert.

ajalt commented 11 months ago

Good idea, I would welcome a PR

dim5 commented 11 months ago

I'm no a powershell pro, so it might be a while until I have enough time to work on this. Until then it's up for grabs :)