Closed PHLAK closed 2 years ago
To remove this error and fix issue, edit your /home/chris/.config/composer/vendor/stecman/composer-bash-completion-plugin/hooks/bash-completion file and change line 24 to looks like this:
RESULT="$(cd "$_composer_config_dir" && $composer depends _completion </dev/null)";
PS: This should be fixed on the master branch by the owner too
Thanks.
Thanks guys - the order of parsing and plugin loading had changed in Composer. I've changed the way options are passed through in the hooks to fix this. Update this package and reload your shell profile / hook :+1:
I've been seeing the following error lately when I'd expect to see completion results.
Running Arch Linux.