cleanup starter template, add watch command
This commit is contained in:
parent
6762a22a5d
commit
4ba9340317
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ var taskFile string
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
commandMap := make(map[string]*flag.FlagSet)
|
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 {
|
for _, command := range commands {
|
||||||
commandMap[command] = flag.NewFlagSet(command, flag.ExitOnError)
|
commandMap[command] = flag.NewFlagSet(command, flag.ExitOnError)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue