You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would suggest you have a look at symfony/console. It makes a lot of those processes like adding progress bars and adding pretty colours to your output a breeze.
This has been needed for a long time, especially with larger Hail organisations with lots of objects.
The current CLI output looks like this. Not nice.
We should change it to something like this. Add colors too, why not, and maybe a verbose param so we can see exactly what is being processed.
Whatever is built will need to play nice with cron jobs, more so if the output is emailed once the job is done.
The text was updated successfully, but these errors were encountered: