diff --git a/cmd/today.go b/cmd/today.go index 1ba8e12..48c3440 100644 --- a/cmd/today.go +++ b/cmd/today.go @@ -15,11 +15,10 @@ import ( ) var todayCmd = &cobra.Command{ - Use: "today ", - Aliases: []string{"twm", "trm"}, - Short: "Get tomorrow's forecasted weather", - Args: cobra.MaximumNArgs(1), - Run: today, + Use: "today ", + Short: "Get tomorrow's forecasted weather", + Args: cobra.MaximumNArgs(1), + Run: today, } func init() {