paul@gh

Results 13 comments of 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 ![image](https://user-images.githubusercontent.com/431119/83312400-75577b80-a212-11ea-93c4-b8e584b14f32.png)

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...

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....