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
This PR was merged into the 5.4 branch.
Discussion
----------
[Console] add suggestions for debug commands: firewall, form, messenger, router
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | #43594
| License | MIT
| Doc PR | -
Adding Bash completion for following commands:
- `debug:firewall`
- `debug:form`
- `debug:messenger`
- `debug:router`
~Waiting for #43596 to be merged first as it adds testing utilities and `DescriptorHelper::getFormats()`.~
Commits
-------
eaf9461722 add suggestions for debug:firewall, debug:form, debug:messenger, debug:router
return$io->choice(sprintf("The type \"%s\" is ambiguous.\n\nSelect one of the following form types to display its information:", $shortClassName), $classes, $classes[0]);
0 commit comments