Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.
This repository was archived by the owner on May 19, 2021. It is now read-only.

using symfony progress helper with amend? #5

@isimmons

Description

@isimmons

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions