fix: Remove bad alias from today
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
c5cb76a731
commit
2de7524dea
1 changed files with 4 additions and 5 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue