woodpecker/drone/org.go

12 lines
170 B
Go
Raw Normal View History

2016-07-31 20:09:55 +00:00
package main
2017-03-16 10:14:02 +00:00
import "github.com/urfave/cli"
2016-07-31 20:09:55 +00:00
var orgCmd = cli.Command{
Name: "org",
Usage: "manage organizations",
Subcommands: []cli.Command{
orgSecretCmd,
},
}