fahRcel

A CLI tool to make Fahrenheit <--> Celsius convertions.

Installation

bash $ cargo install fahrcel

Requirements

Usage

To call fahRcel, type in your terminal:

bash $ fahrcel

The positional arguments required are:

The final structure to use fahRcel is:

bash $ fahrcel [output_type] [number]

To get help, type:

bash $ fahrcel --help

Examples

```bash $ fahrcel c 5

Result: 5fh = -15.000001c ```

```bash $ fahrcel c 5.6

Result: 5.6fh = -14.666667c ```

```bash $ fahrcel c 5

Result: 5fh = -15.000001c ```

Authors

License