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

Bash completion #41

Closed
carolynvs opened this issue Oct 29, 2015 · 4 comments
Closed

Bash completion #41

carolynvs opened this issue Oct 29, 2015 · 4 comments

Comments

@carolynvs
Copy link
Collaborator

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...

@rgbkrk
Copy link
Member

rgbkrk commented Oct 29, 2015

We could bring back the old bash completion. It was lovely.

@rgbkrk
Copy link
Member

rgbkrk commented Oct 29, 2015

Codegangsta cli's bash completion won't give us some of the advanced stuff we did for tab completion on dvm use for instance:

$ dvm use 1.[TAB]
1.8.2 1.6.1
$ dvm use 1.8[TAB]
$ dvm use 1.8.2

@carolynvs
Copy link
Collaborator Author

May want to hold off of this and #38 until we switch to kingpin. I am hoping it will provide much better completion functionality.

@rgbkrk
Copy link
Member

rgbkrk commented Nov 16, 2015

This was brought in via #63.

@rgbkrk rgbkrk closed this as completed Nov 16, 2015
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

No branches or pull requests

2 participants