-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Console] Implement completion for zsh #43592
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
Comments
fish would be awesome (as this is what I'm using :)) |
@fabpot I suggest creating a separate issue asking for help for it (so that different people can work on them, and they can each get closed when they are implemented) |
@stof does not the implementation for |
@adhocore is working on a zsh implementation :) |
more like trying to work on it hehe :) two approaches:
|
@adhocore "zsh support" should have zsh equivalents: |
Thank you for this suggestion. |
Yes, @carsonbot |
This PR was merged into the 6.2 branch. Discussion ---------- [Console] Zsh shell autocompletion | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix #43592 | License | MIT | Doc PR | todo Continuation of #43970 * Rebased, including bug fixes. * Added description to completion values, implemented for commands and options names. (should be used for fish also) ``` % bin/console [TAB] about -- Display information about the current project assets:install -- Install bundle's web assets under a public directory cache:clear -- Clear the cache cache:pool:clear -- Clear cache pools ``` Commits ------- 3c2e1a4 Finish Zsh completion 405f207 Add zsh completion
Bash completion was implemented in #42251
It would be great to have support for zsh as well.
The text was updated successfully, but these errors were encountered: