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

feat: Support shell completion using argcomplete #700

Merged
merged 1 commit into from
Aug 25, 2024
Merged

Conversation

dbarnett
Copy link
Collaborator

Fixes #641.

@dbarnett dbarnett requested a review from mdengler August 24, 2024 20:02
@dbarnett
Copy link
Collaborator Author

BTW I considered making this an optional "extra", but I decided a direct dependency is simpler (for users and maintainers) since it doesn't seem to be an especially large/complex dep. Maintenance-wise, seems like it'd be simple enough to remove the dep into an "extra" later if that's problematic for some reason.

@dbarnett dbarnett mentioned this pull request Aug 25, 2024
@dbarnett dbarnett removed the request for review from mdengler August 25, 2024 16:26
@dbarnett
Copy link
Collaborator Author

Gonna go ahead and merge this since I have a few changes stacked up in review, but LMK any concerns and if needed we can revert before releasing.

@dbarnett dbarnett merged commit 6422662 into master Aug 25, 2024
16 checks passed
@dbarnett dbarnett deleted the argcomplete branch August 25, 2024 16:27
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

Successfully merging this pull request may close these issues.

Shell completions for zsh, fish, etc
1 participant