Example #1
0
func main() {
	plugin.ServeCommand(new(build.Command))
}
Example #2
0
func main() {
	plugin.ServeCommand(new(fix.Command))
}
Example #3
0
func main() {
	plugin.ServeCommand(new(validate.Command))
}
Example #4
0
func main() {
	plugin.ServeCommand(new(inspect.Command))
}