X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fcreate.vocabularies.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fcreate.vocabularies.yml;h=ca70cf4dc6643d5c41555b79144f79ab7eedd03d;hp=cdc9a557d703fed4ac921941f311762167cfb215;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-en/translations/create.vocabularies.yml b/vendor/drupal/console-en/translations/create.vocabularies.yml index cdc9a557d..ca70cf4dc 100644 --- a/vendor/drupal/console-en/translations/create.vocabularies.yml +++ b/vendor/drupal/console-en/translations/create.vocabularies.yml @@ -12,3 +12,10 @@ messages: name: 'Name' created-terms: 'Created "%s" vocabularies successfully' error: 'Error creating vocabularies: "%s"' +examples: + - description: 'Provide the number of vocabularies to create and maximum number of words in vocabulary names' + execution: | + drupal create:vocabularies \ + --limit="5" \ + --name-words="5" +