Skip to content

Commit c8ea01c

Browse files
committed
feat: enable extractFromFormatMessageCall by default
1 parent 63c0e11 commit c8ea01c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ const cli = meow(
6060
type: 'boolean'
6161
},
6262
extractFromFormatMessageCall: {
63-
type: 'boolean'
63+
type: 'boolean',
64+
default: true
6465
}
6566
}
6667
}

0 commit comments

Comments
 (0)