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
… in completion command (GromNaN)
This PR was merged into the 5.4 branch.
Discussion
----------
[Console] Improve error message when shell is not detected in completion command
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix?
551D
| yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#48171
| License | MIT
Commits
-------
7534fb1 Improve message when shell is not detected
Symfony version(s) affected
6.2.0
Description
On my environment the
$_SERVER['SHELL']
is not set by some reason.When I run
console completion
the following error message shows up.How to reproduce
console completion ''
Possible Solution
Change wording for the case when SHELL has not been guessed.
Additional Context
No response
The text was updated successfully, but these errors were encountered: