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

Add support for fish completion #1423

Merged
merged 3 commits into from
Mar 5, 2020
Merged

Add support for fish completion #1423

merged 3 commits into from
Mar 5, 2020

Conversation

jle64
Copy link
Contributor

@jle64 jle64 commented Nov 14, 2019

This adds support for fish auto-completion.

While there is already the click-completion project in click-contrib that provides fish support, it seems to me that:

  1. Since there is already completion support for zsh and bash in click and adding fish is trivial it would seems logical to have it in the same place rather than require an additional dependency

  2. Having it in click means that it is less likely to be prone to incompatibilities with other click extensions as it will not rely on monkey patching (currently I encounter issues using both click-completion and click-default-group at the same time).

See also issue #1060

@davidism davidism added the f:completion feature: shell completion label Feb 22, 2020
@davidism davidism modified the milestones: 7.2, 7.1 Feb 24, 2020
@davidism davidism removed this from the 7.1 milestone Mar 5, 2020
@davidism davidism added this to the 7.1 milestone Mar 5, 2020
@davidism davidism changed the base branch from master to 7.x March 5, 2020 21:40
@davidism davidism merged commit 433708e into pallets:7.x Mar 5, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
f:completion feature: shell completion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants