From 87846b3e30eea070594e40bbb80928f4cc2837fd Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 18 Dec 2024 12:43:54 -0500 Subject: [PATCH] Add default for `local` --- src/commands/local.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/local.mjs b/src/commands/local.mjs index b12bef32..26e8452f 100644 --- a/src/commands/local.mjs +++ b/src/commands/local.mjs @@ -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: