diff --git a/packages/tao/src/commands/generate.ts b/packages/tao/src/commands/generate.ts index f1ca0f0716..dcdee51e10 100644 --- a/packages/tao/src/commands/generate.ts +++ b/packages/tao/src/commands/generate.ts @@ -246,7 +246,11 @@ function printGenHelp( ...schema, properties: { ...schema.properties, - dryRun: `Runs through and reports activity without writing to disk.` + dryRun: { + type: 'boolean', + default: false, + description: `Runs through and reports activity without writing to disk.` + } } }, logger