mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CICD: GoReleaser version (#2737)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
committed by
GitHub
parent
8ed137aff5
commit
17da0bc69f
@ -25,11 +25,6 @@ const (
|
||||
|
||||
var commands = []*cli.Command{}
|
||||
|
||||
// These are set by/for goreleaser
|
||||
var (
|
||||
version = "dev"
|
||||
)
|
||||
|
||||
func cmd(cat string, c *cli.Command) bool {
|
||||
c.Category = cat
|
||||
commands = append(commands, c)
|
||||
@ -52,7 +47,7 @@ func Run(v string) int {
|
||||
app.Version = version
|
||||
app.Name = "dnscontrol"
|
||||
app.HideVersion = true
|
||||
app.Usage = "dnscontrol is a compiler and DSL for managing dns zones"
|
||||
app.Usage = "DNSControl is a compiler and DSL for managing dns zones"
|
||||
app.Flags = []cli.Flag{
|
||||
&cli.BoolFlag{
|
||||
Name: "v",
|
||||
|
Reference in New Issue
Block a user