Skip to content

Commit

Permalink
#4528 - optionally allow missing values to be tolerated to make the S…
Browse files Browse the repository at this point in the history
…prig default function work. Unable to test the original case in unit tests as recover() doesn't seem to work for Go templates.
  • Loading branch information
GJKrupa authored and lewismarshall committed Nov 23, 2018
1 parent 67ebce4 commit ecbbc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func main() {
cli.BoolFlag{
Name: FlagAllowMissing,
Usage: "if true, missing variables will be replaced with <no value> instead of generating an error",
EnvVar: "ALLOW_MISSING_FLAGS",
EnvVar: "ALLOW_MISSING",
},
}
app.Commands = []cli.Command{
Expand Down

0 comments on commit ecbbc02

Please sign in to comment.