Add -H (humanize) for con-duct ls
Open
- Dominant language
- Python
- Stars
- 12
- Forks
- 6
- Avg merge
- 11d 11h
- Merged PRs (30d)
- 1
Description
What we have
```
con-duct ls -F wall_clock_time
- prefix:
wall_clock_time: 1534.373 sec
```
What would be nice
```
con-duct ls -H -F wall_clock_time
- prefix:
wall_clock_time: 25m 34.4s
```
It might be worth accepting -H/--humanize at the highest level like --log-level and using it wherever
Contributor guide
Assessment
This issue has not been assessed yet.