Skip to content

Commit

Permalink
rename --code-sha256 -> --code
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Jun 10, 2022
1 parent 581c6e8 commit 698c11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lambroll/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func _main() int {
diff := kingpin.Command("diff", "show display diff of function.json compared with latest function")
diffOption := lambroll.DiffOption{
FunctionFilePath: function,
CodeSha256: diff.Flag("code-sha256", "diff of code sha256").Default("false").Bool(),
CodeSha256: diff.Flag("code", "diff of code sha256").Default("false").Bool(),
ExcludeFile: diff.Flag("exclude-file", "exclude file").Default(lambroll.IgnoreFilename).String(),
Src: diff.Flag("src", "function zip archive or src dir").Default(".").String(),
}
Expand Down

0 comments on commit 698c11b

Please sign in to comment.