ajalt / clikt

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

[completion] Fixed autocomplete issue when using aliases #500

Closed hick209 closed 5 months ago

hick209 commented 5 months ago

Right now if we try to use tab-complete with an alias, we get the following error (reproduced on a macOS and zsh):

 unrecognized modifier `i'

Turns out the fix is quite simple, so here's the PR for it

ajalt commented 5 months ago

Thanks!