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

zsh/bash autocompletion generator from ArgParser #8389

Closed
DartBot opened this issue Feb 7, 2013 · 5 comments
Closed

zsh/bash autocompletion generator from ArgParser #8389

DartBot opened this issue Feb 7, 2013 · 5 comments
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug

Comments

@DartBot
Copy link

DartBot commented Feb 7, 2013

This issue was originally filed by amouravski@google.com


zsh and bash both have a shell autocomplete capability, so that you can quickly complete flags, arguments, etc.

It'd be amazing if we could ingest an ArgParser and spit out zsh/bash completion files so that any dart script can autocomplete in this way.

@madsager
Copy link
Contributor

madsager commented Feb 7, 2013

Added Area-Pkg, Library-Args, Triaged labels.

@anders-sandholm
Copy link
Contributor

Removed Library-Args label.
Added Pkg-Args label.

@DartBot
Copy link
Author

DartBot commented Jul 2, 2014

This comment was originally written by @seaneagan


This feature is implemented here:

https://github.com/seaneagan/unscripted#tab-completion

@kevmoo
Copy link
Member

kevmoo commented Jul 3, 2014

And here https://github.com/kevmoo/completion.dart :-)

@DartBot DartBot added Type-Enhancement P3 A lower priority bug or feature request area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. labels Jul 3, 2014
@DartBot
Copy link
Author

DartBot commented Jun 5, 2015

This issue has been moved to dart-lang/args#17.

@DartBot DartBot closed this as completed Jun 5, 2015
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed triaged labels Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants