-
Notifications
You must be signed in to change notification settings - Fork 36
RFC: rewrite on top of Symfony console #54
Copy link
Copy link
Open
Description
There are a number of issues logged on this repo which would be trivial to implement if sspak was written on top of the Symfony console component.
Benefits include:
- display the app version
- progress indication
- silent output options
- better handling of input arguments and options
- a common framework for console commands
- extensibility
It would require a major version bump (probably) and a fair amount of work, but probably worthwhile in the long run.
Reactions are currently unavailable