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

[Feature request]: Generating shell completions #1130

Open
xyb opened this issue Nov 12, 2024 · 1 comment
Open

[Feature request]: Generating shell completions #1130

xyb opened this issue Nov 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@xyb
Copy link
Contributor

xyb commented Nov 12, 2024

What do you need?

I suggest implementing shell completion generation in Fabric for shells like Bash, Zsh, and Fish. This feature would enhance the command-line experience by providing auto-completion capabilities. The spf13/cobra library would be an excellent alternative solution for implementing this functionality, as it offers robust shell completion support across multiple shells: https://github.com/spf13/cobra/blob/main/site/content/completions/_index.md

@xyb xyb added the enhancement New feature or request label Nov 12, 2024
@mattjoyce
Copy link
Contributor

Interesting, I have not heard of cobra. I have a comprehensive fabric completion for zsh. Happy to share.

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

No branches or pull requests

2 participants