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:
parent
e70f76fbc5
commit
8a38c82fe3
2
main.go
2
main.go
@ -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",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user