Skip to content

Commit aa8b204

Browse files
committed
default --check
1 parent 807d3e2 commit aa8b204

File tree

1 file changed

+1
-1
lines changed
  • projects/optic/src/commands/diff

1 file changed

+1
-1
lines changed

projects/optic/src/commands/diff/diff.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const registerDiff = (
116116
.choices(['strict', 'loose'])
117117
.default('strict')
118118
)
119-
.option('-c, --check', 'Enable checks', false)
119+
.option('-c, --check', 'Enable checks', true)
120120
.option('-u, --upload', 'Upload run to cloud', false)
121121
.option('-w, --web', 'View the diff in the Optic changelog web view', false)
122122
.option(

0 commit comments

Comments
 (0)