From 094c4e02582d4b18a6e0ff7059a60606e11afdfd Mon Sep 17 00:00:00 2001 From: Sean Massa Date: Fri, 12 Apr 2024 12:42:27 -0500 Subject: [PATCH] fix merge conflict --- packages/cli/src/commands/env/command.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: [],