1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

Merge pull request #156 from goreleaser/config-file

added file and f alias for config
This commit is contained in:
Carlos Alexandro Becker 2017-04-08 21:16:17 -03:00 committed by GitHub
commit d0883663b4

View File

@ -28,7 +28,7 @@ func main() {
app.Usage = "Deliver Go binaries as fast and easily as possible"
app.Flags = []cli.Flag{
cli.StringFlag{
Name: "config, c",
Name: "config, file, c, f",
Usage: "Load configuration from `FILE`",
Value: "goreleaser.yml",
},