Skip to content

Commit 8d10dcd

Browse files
fix: remove duplicate descriptions in ImportCommand flags
1 parent d94ae59 commit 8d10dcd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/contentstack-import/src/commands/cm/stacks

packages/contentstack-import/src/commands/cm/stacks/import.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export default class ImportCommand extends Command {
7777
char: 'm',
7878
description:
7979
'[optional] Specify the module to import into the target stack. If not specified, the import command will import all the modules into the stack. The available modules are assets, content-types, entries, environments, extensions, marketplace-apps, global-fields, labels, locales, webhooks, workflows, custom-roles, personalize projects, taxonomies, and composable-studio.',
80-
'[optional] Specify the module to import into the target stack. If not specified, the import command will import all the modules into the stack. The available modules are assets, content-types, entries, environments, extensions, marketplace-apps, global-fields, labels, locales, webhooks, workflows, custom-roles, personalize projects, taxonomies, and composable-studio.',
8180
parse: printFlagDeprecation(['-m'], ['--module']),
8281
}),
8382
'backup-dir': flags.string({
@@ -95,7 +94,6 @@ export default class ImportCommand extends Command {
9594
'branch-alias': flags.string({
9695
description:
9796
'Specify the branch alias where you want to import your content. If not specified, the content is imported into the main branch by default.',
98-
'Specify the branch alias where you want to import your content. If not specified, the content is imported into the main branch by default.',
9997
exclusive: ['branch'],
10098
}),
10199
'import-webhook-status': flags.string({

0 commit comments

Comments
 (0)