chore: Add units

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
Tim Hårek Andreassen 2024-10-02 19:22:44 +02:00
parent baedbeb469
commit 798faa786b
No known key found for this signature in database
GPG key ID: E59C7734F0E10EB5

View file

@ -57,9 +57,9 @@ func now(cmd *cobra.Command, args []string) {
fmt.Printf(
`Current forecast for %s
Temperature: %.1f
Rain: %.1f
Wind: %.1f from %s`,
Temperature: %.1f °C
Rain: %.1f mm
Wind: %.1f m/s from %s`,
n.Location,
n.Temperature,
n.Percipitation,