8 lines
134 B
Go
8 lines
134 B
Go
package main
|
|
|
|
import "github.com/urfave/cli/v2"
|
|
|
|
func updateWeather(c *cli.Context) error {
|
|
return client.WeatherUpdate(c.Context)
|
|
}
|