human-time-cli 0.1.1

A command-line tool for converting time durations to human-readable formats, built using the `human-time` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
default_time_value_units = "seconds"

[formatting]
format = "{} {}"
delimiter_text = ", "

[units]
d = "day(s)"
h = "hour(s)"
m = "minute(s)"
s = "second(s)"
ms = "millisecond(s)"
us = "microsecond(s)"