Example #1
0
func init() {
	cli.Register("enable", enableCmd)
}
Example #2
0
func init() {
	cli.Register("builds", buildsCmd)
}
Example #3
0
func init() {
	cli.Register("api", apiCmd)
}