Skip to content

Commit

Permalink
fix: misprintKeys is enabled by default for CLI
Browse files Browse the repository at this point in the history
Close #128
  • Loading branch information
romanrostislavovich committed Oct 31, 2022
1 parent f34e196 commit 9640bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/dictionaries/CliOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const cliOptions: OptionModel[] = [
type: ArgumentTypes.enum,
description: `Try to find matches with misprint keys on views and languages keys. Coefficient: 0.9. Can be longer process!!`,
additionalDescription: ``,
default: ErrorTypes.warning,
default: ErrorTypes.disable,
values: [
ErrorTypes.disable,
ErrorTypes.warning,
Expand Down

0 comments on commit 9640bef

Please sign in to comment.