A cli to convert temperatures between kelvin, celcius and fahrenheit
- Usage
$ tcv --help
Usage: tcv --temperature <TEMPERATURE> <MODE>
Arguments:
<MODE> The mode for conversion [possible values: k2c, c2k, f2c, c2f, f2k, k2f]
Options:
-t, --temperature <TEMPERATURE> Input temperature to convert
-h, --help Print help information
-V, --version Print version information