You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: