fix: Remove bad alias from today

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
Tim Hårek Andreassen 2024-10-04 11:35:50 +02:00
parent c5cb76a731
commit 2de7524dea
No known key found for this signature in database
GPG key ID: E59C7734F0E10EB5

View file

@ -15,11 +15,10 @@ import (
)
var todayCmd = &cobra.Command{
Use: "today <location>",
Aliases: []string{"twm", "trm"},
Short: "Get tomorrow's forecasted weather",
Args: cobra.MaximumNArgs(1),
Run: today,
Use: "today <location>",
Short: "Get tomorrow's forecasted weather",
Args: cobra.MaximumNArgs(1),
Run: today,
}
func init() {