Skip to content

Commit

Permalink
feat: changing the flag -f to visible
Browse files Browse the repository at this point in the history
  • Loading branch information
smotwani11 committed Feb 27, 2023
1 parent dc5de2c commit 954f1ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/package/convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export class PackageConvert extends SfCommand<PackageVersionCreateRequestResult>
aliases: ['definitionfile'],
summary: messages.getMessage('flags.definition-file.summary'),
description: messages.getMessage('flags.definition-file.description'),
hidden: true,
}),
'installation-key-bypass': Flags.boolean({
char: 'x',
Expand Down

0 comments on commit 954f1ed

Please sign in to comment.