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
Maybe this is just me, but often when I want to install a new package with composer I'll try composer install package when I should be using composer require package. Composer prints the message "Invalid argument package. Use "composer require package" instead to add packages to your composer.json." when you do this, so I expected thefuck to pick up on that.
The output of thefuck --version (something like The Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release):
The Fuck 3.30 using Python 3.8.2 and Bash 5.0.17(1)-release
Your system (Debian 7, ArchLinux, Windows, etc.):
Ubuntu 20.04
How to reproduce the bug:
$ composer install package
Invalid argument package. Use "composer require package" instead to add packages to your composer.json.
$ fuck
Nothing found
The output of The Fuck with THEFUCK_DEBUG=true exported (typically execute export THEFUCK_DEBUG=true in your shell before The Fuck):
Maybe this is just me, but often when I want to install a new package with composer I'll try
composer install package
when I should be usingcomposer require package
. Composer prints the message "Invalid argument package. Use "composer require package" instead to add packages to your composer.json." when you do this, so I expected thefuck to pick up on that.The output of
thefuck --version
(something likeThe Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release
):Your system (Debian 7, ArchLinux, Windows, etc.):
How to reproduce the bug:
$ composer install package Invalid argument package. Use "composer require package" instead to add packages to your composer.json. $ fuck Nothing found
The output of The Fuck with
THEFUCK_DEBUG=true
exported (typically executeexport THEFUCK_DEBUG=true
in your shell before The Fuck):If the bug only appears with a specific application, the output of that application and its version:
Anything else you think is relevant:
N/A
The text was updated successfully, but these errors were encountered: