Hi, sorry this is not an actual issue but I'm trying to figure out if and how it is possible to use symfony's progressHelper with this. Right now I have this and it works good but the progress bar would be a nice touch. ``` $updateCommand = new KevinGH\Amend\Command('self-update'); $updateCommand->setManifestUri('https://github.com/isimmons/sgd/raw/master/sgd-manifest.json'); $app->getHelperSet()->set(new KevinGH\Amend\Helper); $app->add($updateCommand); ``` Is this something that could be easily integrated into KevinGH/Amend/Command ? Thanks
Hi, sorry this is not an actual issue but I'm trying to figure out if and how it is possible to use symfony's progressHelper with this.
Right now I have this and it works good but the progress bar would be a nice touch.
Is this something that could be easily integrated into KevinGH/Amend/Command ?
Thanks