We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1bd80 commit f232ce9Copy full SHA for f232ce9
main.go
@@ -19,8 +19,8 @@ func main() {
19
deploy bool
20
)
21
22
- flag.StringVar(&configFile, "c", defaultConfigFile, "file which define pipeline")
23
- flag.BoolVar(&version, "v", false, "print version string")
+ flag.StringVar(&configFile, "config", defaultConfigFile, "file which define pipeline")
+ flag.BoolVar(&version, "version", false, "print version string")
24
flag.BoolVar(&build, "build", false, "run build")
25
flag.BoolVar(&deploy, "deploy", false, "run deploy")
26
0 commit comments