Due to changes with 6.3: https://github.com/gordalina/cachetool/blob/master/src/Console/Application.php#L199
The value of --web is ignored as you use hasParameterOption instead of getParameterOption. This might even fail completely as no adapter can be matched.
Due to changes with
6.3: https://github.com/gordalina/cachetool/blob/master/src/Console/Application.php#L199The value of
--webis ignored as you usehasParameterOptioninstead ofgetParameterOption. This might even fail completely as no adapter can be matched.