diff --git a/packages/cli/src/commands/env/command.ts b/packages/cli/src/commands/env/command.ts index c8282c2e4d5..c1dbf46e6b9 100644 --- a/packages/cli/src/commands/env/command.ts +++ b/packages/cli/src/commands/env/command.ts @@ -46,9 +46,8 @@ export const envCommand: Command = { name: 'force', description: 'Force overwrites when a command would normally fail', shorthand: null, - type: 'boolean', + type: Boolean, deprecated: false, - multi: false, }, ], examples: [],