Skip to content

Commit

Permalink
Add default for local
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Dec 18, 2024
1 parent 13661aa commit 87846b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/local.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@ function buildLocalCommand(yargs) {
},
typechecked: {
describe:
"Enable typechecking for the database. Use --no-typechecked to disable. Defaults to enabled. Valid only if --database is set.",
"Enable typechecking for the database. Use --no-typechecked to disable. Valid only if --database is set.",
type: "boolean",
default: true,
},
protected: {
describe:
Expand Down

0 comments on commit 87846b3

Please sign in to comment.