Closed borkweb closed 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.
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.