1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-17 08:21:34 +01:00

Make tmplBuildInfo hidden

This commit is contained in:
Dominik Schmidt 2019-04-26 10:19:49 +02:00
parent 11782dbe45
commit d5565fbc1b
2 changed files with 8 additions and 6 deletions

@ -20,9 +20,10 @@ var buildPromoteCmd = cli.Command{
Usage: "custom parameters to be injected into the job environment. Format: KEY=value",
},
cli.StringFlag{
Name: "format",
Usage: "format output",
Value: tmplBuildInfo,
Name: "format",
Usage: "format output",
Value: tmplBuildInfo,
Hidden: true,
},
},
}

@ -21,9 +21,10 @@ var buildStartCmd = cli.Command{
Usage: "custom parameters to be injected into the job environment. Format: KEY=value",
},
cli.StringFlag{
Name: "format",
Usage: "format output",
Value: tmplBuildInfo,
Name: "format",
Usage: "format output",
Value: tmplBuildInfo,
Hidden: true,
},
},
}