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 #47022 [Console] get full command path for command in search path (remicollet)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[Console] get full command path for command in search path
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR |
Working on composer 2.4.0RC1 will autocompletion
When the command is in the search path, **-f** fails, so we need to switch to its full path
```
$ type -p ./composer
./composer
$ type -p composer
/usr/bin/composer
```
Commits
-------
ae57aee [Console] get full command path for command in search path
0 commit comments