You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#48179 [Console] Support completion for bash functions (Chi-teck)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead.
Discussion
----------
[Console] Support completion for bash functions
| Q | A
| ------------- | ---
| Branch | 6.2
| Bug fix? | no
| New feature | yes
| Deprecations | no
| License | MIT
I often use bash functions as wrappers for executable files that live in vendor/bin. So that they can be executed from any location within a project. Symfony Console has recently added support for Bash completions but right now that only applies to executable files and aliases. This PR adds support for Bash functions.
Commits
-------
1321278 Support completion for bash functions
0 commit comments