Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[php artisan/composer] executeShellCommand times out #2275

Open
3 tasks done
timboozle opened this issue Feb 13, 2024 · 0 comments
Open
3 tasks done

[php artisan/composer] executeShellCommand times out #2275

timboozle opened this issue Feb 13, 2024 · 0 comments

Comments

@timboozle
Copy link

Sanity checks

  • My issue relates to a specific CLI completion spec (e.g. git checkout is missing options in git completion spec). If your issue is more general, please create your issue here: withfig/fig
  • I have searched github.com/withfig/autocomplete/issues and there are no duplicates of my issue
  • I would like to work on this.

What CLI tool does this relate to?

php artisan/composer

Which statement makes the most sense?

There are errors with this completion spec

Issue Details

This might be an issue with other specs as well but I am testing with php artisan and composer.

Both time out when firing an executeShellCommand to respectively php artisan list --format=json and composer list --format=json.

When I go into development mode and change the commands to include the absolute path to the executables, it works without any issues.

Seems like an issue with $PATH but I can't find any issues on here about it.

@timboozle timboozle changed the title [php artisan/composer] [php artisan/composer] executeShellCommand times out Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant