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