Skip to content
Snippets Groups Projects
Commit 76c66c50 authored by michael.minelli's avatar michael.minelli
Browse files

TagProposalCreateCommand => Fix description

parent 80c4089b
Branches
Tags
No related merge requests found
Pipeline #33363 failed
...@@ -13,7 +13,7 @@ class TagProposalCreateCommand extends CommanderCommand { ...@@ -13,7 +13,7 @@ class TagProposalCreateCommand extends CommanderCommand {
protected defineCommand() { protected defineCommand() {
this.command this.command
.description('Propose a tag proposition') .description('Propose a new tag')
.requiredOption('-n, --name <name>', 'name of the tag') .requiredOption('-n, --name <name>', 'name of the tag')
.addOption(new Option('-t, --type <type>', 'type of the tag').choices([ 'Language', 'Framework', 'Theme', 'UserDefined' ]).makeOptionMandatory(true)) .addOption(new Option('-t, --type <type>', 'type of the tag').choices([ 'Language', 'Framework', 'Theme', 'UserDefined' ]).makeOptionMandatory(true))
.action(this.commandAction.bind(this)); .action(this.commandAction.bind(this));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment