Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global completion without bash defaults #445

Open
btjones0 opened this issue Jul 31, 2023 · 1 comment
Open

Global completion without bash defaults #445

btjones0 opened this issue Jul 31, 2023 · 1 comment

Comments

@btjones0
Copy link

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?

@evanunderscore
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants