argcomplete icon indicating copy to clipboard operation
argcomplete copied to clipboard

Global completion without bash defaults

Open btjones0 opened this issue 2 years ago • 1 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?

btjones0 avatar Jul 31 '23 20:07 btjones0

For reference, the commit that removed it is here: https://github.com/kislyuk/argcomplete/commit/483a7454e33b7e4aa32d09aa6f11002968878e61

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

evanunderscore avatar Dec 09 '23 01:12 evanunderscore