We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b13572f + da267c2 commit 7f4f4dbCopy full SHA for 7f4f4db
src/commands/project/convert/source.ts
@@ -52,6 +52,7 @@ export class Source extends SfCommand<ConvertResultJson> {
52
aliases: ['outputdir'],
53
deprecateAliases: true,
54
default: `metadataPackage_${Date.now()}`,
55
+ defaultHelp: async () => Promise.resolve('metadataPackage_>timestamp<'),
56
char: 'd',
57
summary: messages.getMessage('flags.output-dir.summary'),
58
}),
0 commit comments