X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.cache.context.yml;h=6058d4af6d13e5dabff2b88b83e09a5f40586621;hp=b8053f6e0cde83b69642adf19b9592655433ae88;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-en/translations/generate.cache.context.yml b/vendor/drupal/console-en/translations/generate.cache.context.yml index b8053f6e0..6058d4af6 100644 --- a/vendor/drupal/console-en/translations/generate.cache.context.yml +++ b/vendor/drupal/console-en/translations/generate.cache.context.yml @@ -1,4 +1,18 @@ description: 'Generate a cache context' +help: 'The generate:cache:context command helps you generates a new cache context' +welcome: 'Welcome to the Drupal Cache Context generator' +options: + module: 'The Module name.' + name: 'The cache context name' + class: 'Cache context class name' questions: - name: 'Enter the cache context name' - class: 'Cache context class name' + module: 'Enter the module name' + name: 'Enter the cache context name' + class: 'Cache context class name' +examples: + - description: 'Generate cache for a context specifying the module, the context name and its class' + execution: | + drupal generate:cache:context \ + --module="modulename" \ + --cache-context="ContextName" \ + --class="DefaultCacheContext" \ No newline at end of file