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
It looks like activate-global-python-argcomplete used to have a --no-defaults flag (similar to register-python-argcomplete) but this was removed when zsh support was added. Would it be possible to get this back for bash?
The text was updated successfully, but these errors were encountered:
For reference, the commit that removed it is here: 483a745
This flag should be added back and ideally also implemented in zsh (should be as simple as conditionally calling _default when no matches are returned if there isn't an equivalent flag).
It looks like
activate-global-python-argcomplete
used to have a--no-defaults
flag (similar toregister-python-argcomplete
) but this was removed when zsh support was added. Would it be possible to get this back for bash?The text was updated successfully, but these errors were encountered: