cleanup starter template, add watch command

This commit is contained in:
maddalax 2024-09-13 21:55:18 -05:00
parent 6762a22a5d
commit 4ba9340317

View file

@ -15,7 +15,7 @@ var taskFile string
func main() {
commandMap := make(map[string]*flag.FlagSet)
commands := []string{"template", "run", "build", "setup", "css", "css-watch", "ast-watch", "watch", "go-watch", "watch"}
commands := []string{"template", "run", "watch", "build", "setup", "css", "css-watch", "ast-watch", "go-watch"}
for _, command := range commands {
commandMap[command] = flag.NewFlagSet(command, flag.ExitOnError)