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
Uh oh!
There was an error while loading. Please reload this page.
-
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
envinandactivate. It used to have a dedicated python2 option. Now it doesn't seem justified to have a special pypy flag when the--py currentbehavior can be used to achieve it, using an external python runtime switcher, like mise, asdf, or pyenv. So--py currentcan 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--currentSecond:
pypcCurrent help:
Third: open to more suggested renamings
Beta Was this translation helpful? Give feedback.
All reactions