paul@gh
paul@gh
Great work ! I had to modify the _makeCall function to make the delete subscription methods works. Line 508 of your file ``` $apiCall = self::API_URL . $function . $authMethod...
I have a similar error also on the web rendering 
My fix is not good. It fixed my use case but it does not work with existing commands because they would have to call "parent::configure()" in every command class.
Moved the addOption to constructor instead of configure(). The `configure()` method is implemented by Commands to set name and description, without calling the parent method, like ```php protected function configure():...
Hello ! Thanks for your reply :) > You're right, we have to call parent configure() method in every command we create. By the way, I prefer to call parent...
Anyone ? :)
You just saved my night, thanks @anzap
Same here. Just did a `ccminer --help`. Also, when launching `ccminer` with no arguments =>crash. Tried `ccminer -a lyra2z` (yeah did not see that it was not supported) => crash....
Any news on this ?