1
0
mirror of https://github.com/drone/drone-cli.git synced 2025-02-08 15:51:09 +01:00
drone-cli/drone/plugins/config/config.go
2018-08-31 18:24:14 -07:00

13 lines
223 B
Go

package config
import "github.com/urfave/cli"
// Command exports the registry command set.
var Command = cli.Command{
Name: "config",
Usage: "config plugin helpers",
Subcommands: []cli.Command{
configFindCmd,
},
}