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

added file and f alias for config

This commit is contained in:
Carlos Alexandro Becker 2017-03-29 21:29:42 -03:00
parent e70f76fbc5
commit 8a38c82fe3
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

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