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

[FIX] Fixes issue with hirak/prestissimo #10

Merged
merged 1 commit into from
Oct 19, 2020

Conversation

troggybrains
Copy link
Contributor

Trying to get options for update subcommand can result in a long
waiting period and seemingly unresponsive bash completion when
composer plugin 'hirak/prestissimo' is being used.
The latter will prefetch repositories whenever encountering the
subcommands install, update and the likes. When a project uses many
dependencies and repositories, this can take a while. An issue has also
been filed with prestissimo plugin (see hirak/prestissimo#225)
yet using the help [command] subcommand in favor to [command] -h
in order to retrieve all available options seems more reliable anyway.

Trying to get options for `update` subcommand can result in long
waiting period an seemingly unresponsive bach completion when
composer plugin hirak/prestissimo is being used.
The latter will prefetch repositories whenever encountering the
subcommands `install`, `update` and the likes. When a project uses may
dependencies and repositories, this can take a while. An issue has also
been filed with prestissimo plugin (see hirak/prestissimo#225)
yet using the `help [command]` subcommand in favor to `[command] -h`
in order to retrieve all available options seems more reliable anyway.
@bramus bramus merged commit 2de1fb8 into bramus:master Oct 19, 2020
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

Successfully merging this pull request may close these issues.

2 participants