Skip to content

Commit

Permalink
fix: deprecated field and spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mradulsf committed Jun 17, 2024
1 parent b676ac5 commit a3cc60f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/package/version/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ export class PackageVersionCreateCommand extends SfCommand<PackageVersionCommand
exclusive: ['code-coverage', 'async-validation'],
}),
'async-validation': Flags.boolean({
deprecateAliases: true,
aliases: ['asyncvalidation'],
summary: messages.getMessage('flags.async-validation.summary'),
description: messages.getMessage('flags.async-validation.description'),
default: false,
Expand Down

0 comments on commit a3cc60f

Please sign in to comment.