kislyuk / argcomplete

Python and tab completion, better together.

Home Page:https://kislyuk.github.io/argcomplete/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global completion without bash defaults

btjones0 opened this issue · comments

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?

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).