Skip to content

Commit

Permalink
fix: default hep value
Browse files Browse the repository at this point in the history
  • Loading branch information
soridalac committed Sep 6, 2024
1 parent b13572f commit da267c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/project/convert/source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class Source extends SfCommand<ConvertResultJson> {
aliases: ['outputdir'],
deprecateAliases: true,
default: `metadataPackage_${Date.now()}`,
defaultHelp: async () => Promise.resolve('metadataPackage_>timestamp<'),
char: 'd',
summary: messages.getMessage('flags.output-dir.summary'),
}),
Expand Down

0 comments on commit da267c2

Please sign in to comment.