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

Composer's self-update command clashes with scoop's #2341

Closed
gwenl opened this issue Jun 28, 2018 · 1 comment
Closed

Composer's self-update command clashes with scoop's #2341

gwenl opened this issue Jun 28, 2018 · 1 comment

Comments

@gwenl
Copy link

gwenl commented Jun 28, 2018

When Composer is installed with Scoop, the following command will have scoop update Composer, instead of running Composer to prompt the user for keys:

composer self-update --update-keys

This is due to scoop hijacking the command when "self-update" is used, but "self-update" can also be called to pass options that change the meaning of the command. This is also true for other options (see composer self-update --help for the list)

Is it possible to change this behavior so that whenever an argument is passed after "self-update", scoop does not hijack the command ?

@r15ch13
Copy link
Member

r15ch13 commented Jun 28, 2018

Good point. Done 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants