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{
|
var todayCmd = &cobra.Command{
|
||||||
Use: "today <location>",
|
Use: "today <location>",
|
||||||
Aliases: []string{"twm", "trm"},
|
Short: "Get tomorrow's forecasted weather",
|
||||||
Short: "Get tomorrow's forecasted weather",
|
Args: cobra.MaximumNArgs(1),
|
||||||
Args: cobra.MaximumNArgs(1),
|
Run: today,
|
||||||
Run: today,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Reference in a new issue