-
Notifications
You must be signed in to change notification settings - Fork 50
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
Bash completion #41
Comments
We could bring back the old bash completion. It was lovely. |
Codegangsta cli's bash completion won't give us some of the advanced stuff we did for tab completion on
|
May want to hold off of this and #38 until we switch to kingpin. I am hoping it will provide much better completion functionality. |
This was brought in via #63. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cli package provides bash completion but isn't hooked up at all. I'd like to do something like
rack init
which configures it for you.I'm not sure if going through the wrapper scripts will cause us grief or not though...
The text was updated successfully, but these errors were encountered: