Open mjordan opened 7 years ago
I can no longer replicate this problem. Can anyone else?
Hm, I confirmed this today on Windows at work, but -cc
works fine on my linux laptop. Will confirm again tomorrow and rename this isssue if it's specific to Windows.
It's specific to Windows:
php -c php.ini mik -c alping.ini -cc all
ERROR: Unable to parse option -c: Expected an argument
Coming out of #321, he
-cc
option (short form of--checkconfig
) no longer works:I am sure this worked in the past. Perhaps running a
composer update
has introduced a problem with the Commando CLI library. I will investigate.