var Fire = &clio.Cli{
Name: "Fire",
Description: "Fire is an http dev server and build tool for gohtml templates",
SetupHandler: func(c *clio.Context) clio.Handler {
testFlag := c.AddFlag(testFlag)
return func() error {
println(testFlag)
return nil
}
},
}