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 7836caa commit fc7add7Copy full SHA for fc7add7
cmd/build-lambda-zip/main.go
@@ -17,9 +17,10 @@ func main() {
17
Usage: "Put an executable and supplemental files into a zip file that works with AWS Lambda.",
18
Flags: []cli.Flag{
19
&cli.StringFlag{
20
- Name: "output, o",
21
- Value: "",
22
- Usage: "output file path for the zip. Defaults to the first input file name.",
+ Name: "output",
+ Aliases: []string{"o"},
+ Value: "",
23
+ Usage: "output file path for the zip. Defaults to the first input file name.",
24
},
25
26
Action: func(c *cli.Context) error {
0 commit comments