Skip to content

Commit 8064fe6

Browse files
committed
fix: add flag char to avoid collision
1 parent 423dd60 commit 8064fe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/org/refresh/sandbox.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default class RefreshSandbox extends SandboxCommandBase<SandboxCommandRes
7979
description: messages.getMessage('flags.source-id.description'),
8080
exclusive: ['source-sandbox-name'],
8181
length: 'both',
82+
char: undefined,
8283
}),
8384
async: Flags.boolean({
8485
summary: messages.getMessage('flags.async.summary'),

0 commit comments

Comments
 (0)