forked from Elara6331/itd
Rewrite itctl to use urfave/cli instead of spf13/cobra
This commit is contained in:
7
cmd/itctl/update.go
Normal file
7
cmd/itctl/update.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "github.com/urfave/cli/v2"
|
||||
|
||||
func updateWeather(c *cli.Context) error {
|
||||
return client.UpdateWeather()
|
||||
}
|
||||
Reference in New Issue
Block a user