borkweb / products-test-automation

Other
3 stars 0 forks source link

Move commands to separate files #29

Closed borkweb closed 4 years ago

borkweb commented 4 years ago

The goal of this PR is to just chunk up the work being done within the switch statement into manageable pieces without changing too much. In the future, it may be worth considering switching to Symfony Console.

But that's a lift for another time. The simplicity of this is convenient, though quite old-school procedural.

lucatume commented 4 years ago

@borkweb what I wanted to avoid, not using a console library, is the need to either bundle the dependencies in the tool, to allow cold start use of tric, or to required users to run composer install after cloning the tool.