From 33c948fc9b28e2fc4499108f1f662c1a071b7d6f Mon Sep 17 00:00:00 2001 From: abs3nt Date: Mon, 27 Feb 2023 22:45:19 -0800 Subject: [PATCH] temp --- cmd/temp.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/temp.go b/cmd/temp.go index 76e0729..aa19eee 100644 --- a/cmd/temp.go +++ b/cmd/temp.go @@ -13,8 +13,9 @@ var ( from string to string tempCmd = &cobra.Command{ - Use: "temp", - Short: "A brief description of your command", + Use: "temperature", + Aliases: []string{"temp", "t", "temps"}, + Short: "A brief description of your command", Long: `A longer description that spans multiple lines and likely contains examples and usage of using your command. For example: