func init() { quimby.Add(&New{}) }
func init() { quimby.Global = func(f *flag.FlagSet) { f.BoolVar(&Debug, "debug", true, "Sets the env.Debug value within Gadget.") } quimby.Add(&Serve{}) }
func init() { quimby.Add(&NewPost{FrontMatter: &FrontMatter{}}, &Penny{}) }
func init() { quimby.Add(&ListRoutes{}) }
func init() { quimby.Add(&Controller{}) }
func init() { quimby.Add(&Serve{}) }