Add update weather command to itctl

This commit is contained in:
2022-02-23 21:22:03 -08:00
parent 2f14e70721
commit 9e63401db3
7 changed files with 107 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ import (
_ "go.arsenm.dev/itd/cmd/itctl/set"
_ "go.arsenm.dev/itd/cmd/itctl/watch"
_ "go.arsenm.dev/itd/cmd/itctl/filesystem"
_ "go.arsenm.dev/itd/cmd/itctl/update"
"os"