astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
12.08k stars 425 forks source link

shell completion argument is `power-shell` not `powershell` #1154

Closed jimkring closed 2 weeks ago

jimkring commented 2 weeks ago

should be: rye self completion -s power-shell

not: rye self completion -s powershell

This can be verified via the help:

rye self completion --help

charliermarsh commented 2 weeks ago

Thanks! However we fixed the serialized representation itself on main (https://github.com/astral-sh/rye/pull/1125) so powershell is now correct (as of next release).

jimkring commented 2 weeks ago

Thanks @charliermarsh.

charliermarsh commented 2 weeks ago

I'll try to do a release soon so we don't have this discrepancy sitting around.

jimkring commented 2 weeks ago

Yes, this impacts the getting started / first impression experience for new users.