Skip to content

Commit

Permalink
feat: BREAKING CHANGE - default value for allow-failing is now true
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaschain committed Dec 4, 2023
1 parent 71a5749 commit 6e7a084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ beholder . -e go -e yml -- go test ./...`,
&allowFailing,
"allow-failing",
"f",
false,
true,
"Keep running when command fails",
)
}

0 comments on commit 6e7a084

Please sign in to comment.