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