This commit is contained in:
abs3nt 2023-02-27 22:45:19 -08:00
parent fc31c729a6
commit 33c948fc9b

View File

@ -13,7 +13,8 @@ var (
from string from string
to string to string
tempCmd = &cobra.Command{ tempCmd = &cobra.Command{
Use: "temp", Use: "temperature",
Aliases: []string{"temp", "t", "temps"},
Short: "A brief description of your command", Short: "A brief description of your command",
Long: `A longer description that spans multiple lines and likely contains examples Long: `A longer description that spans multiple lines and likely contains examples
and usage of using your command. For example: and usage of using your command. For example: