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 for hab #602

Closed
srenatus opened this issue Jun 1, 2016 · 4 comments
Closed

bash completion for hab #602

srenatus opened this issue Jun 1, 2016 · 4 comments
Labels
Type: Feature Issues that describe a new desired feature

Comments

@srenatus
Copy link
Contributor

srenatus commented Jun 1, 2016

For discovering how to use habitat, it would be super-convenient to

  1. have basic completion: hab p[TAB] -> hab pkg etc.,
  2. have more advanced completion:
    • hab pkg exec [TAB] -> hab pkg core/hab-pkg-`
    • hab pkg exec core/hab-pkg-do[TAB] -> hab pkg exec core/hab-pkg-docker,
    • hab pkg exec core/hab-pkg-docker [TAB] -> ``hab pkg exec core/hab-pkg-docker hab-pkg-dockerize`

clap-rs/clap#376 is probably relevant for (1.); (2.) is probably harder.

@bookshelfdave
Copy link
Contributor

first cut here: #698, nothing fancy at this point though.

@fnichol
Copy link
Collaborator

fnichol commented Jun 12, 2016

Is #698 sufficient for the time being to close this out?

@juliandunn
Copy link
Contributor

I'm going to close this as sufficiently done - contributors can improve on it, but we have something.

@srenatus
Copy link
Contributor Author

srenatus commented Jun 13, 2016

@metadave Thaaaanks! 🎉

@eeyun eeyun added C-feature and removed Feature labels Jun 6, 2017
@christophermaier christophermaier added Type: Feature Issues that describe a new desired feature and removed C-feature labels Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Issues that describe a new desired feature
Projects
None yet
Development

No branches or pull requests

6 participants