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 shell completions #65

Merged
merged 3 commits into from
Apr 25, 2020
Merged

Conversation

ShaishavGandhi
Copy link
Owner

@ShaishavGandhi ShaishavGandhi commented Apr 25, 2020

Supports all the shells that Clap supports: zsh, bash, fish, elvish and powershell as well!
Resolves #58

fab generate-bash-completions
fab generate-zsh-completions
fab generate-fish-completions
fab generate-elvish-completions
fab generate-powershell-completions

This will output the autocompletion script that you can then write to file and add in your bashrc/zshrc etc.

@ShaishavGandhi ShaishavGandhi merged commit 34b748c into master Apr 25, 2020
@ShaishavGandhi ShaishavGandhi deleted the sg/bash-completions branch April 25, 2020 18:53
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.

Add support for auto-completion
1 participant