-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support flags #1
Comments
Because it isn't possible to add dynamic option completion, I could add another shell function that can optionally be run to compile a list of option completions per Artisan instance. |
Symfony Console added support for Fish autocompletion which includes support for options: https://symfony.com/blog/new-in-symfony-6-1-improved-console-autocompletion |
Symfony 7.1 will add descriptions to the completed console commands in Fish.1 When this gets released, I'll change the readme of this repository with updated instructions. Footnotes |
This is a bit harder because the
-l
and-s
flags on Fish'scomplete
builtin don't take a list of flags with descriptions, like it does withcomplete -a
.The text was updated successfully, but these errors were encountered: