You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just added this to pipx (pypa/pipx#182) and I find it is helpful when completing package names. It was very easy to add (argcomplete is awesome!). In nox's case it would be really helpful to auto-complete session names.
The text was updated successfully, but these errors were encountered:
How would this feature be useful?
More efficient cli usage. Would autocomplete session names so
nox -l
doesn't have to be typed, and session names don't have to be fully typed out.Describe the solution you'd like
Since nox uses argparse, it can use argcomplete to add tab completion functionality. https://github.com/kislyuk/argcomplete
I just added this to pipx (pypa/pipx#182) and I find it is helpful when completing package names. It was very easy to add (argcomplete is awesome!). In nox's case it would be really helpful to auto-complete session names.
The text was updated successfully, but these errors were encountered: