Feedback on future function and flag renames #28
AndydeCleyre
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I plan to rename some things eventually, and would appreciate any feedback and suggestions about new names for existing actions.
First up:
[--py pypy|current]
This is available to a handful of functions, but especially
envin
andactivate
. It used to have a dedicated python2 option. Now it doesn't seem justified to have a special pypy flag when the--py current
behavior can be used to achieve it, using an external python runtime switcher, like mise, asdf, or pyenv. So--py current
can become a single flag with no arguments, I just need to name it.Right now the help looks like:
And will become something like:
Some ideas:
--this-python
--path-python
--current-python
--current
Second:
pypc
Current help:
Third: open to more suggested renamings
Beta Was this translation helpful? Give feedback.
All reactions