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: