StackStorm/st2
Voir sur GitHubprint elapsed time in user friendly format instead of seconds on cli
Open
#4 944 ouverte le 12 mai 2020
CLIenhancementgood first issue
Métriques du dépôt
- Stars
- (5 794 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
This is not a bug but just a small user experience improvement.
When we get the status of execution using the st2 cli time is mentioned in seconds it would be nice to print time in a user-friendly format.

ex: running (339s elapsed), could be: running (5m39s elapsed)
I'll try to make a pr with the changes if its okay.