X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fgenerate.module.file.yml;h=abaedd57b103a9e7975702acc5856c0bdc6e71d3;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=e61f931f341fe027b2d4a19e97b216fcaa60f7c8;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/generate.module.file.yml b/vendor/drupal/console-en/translations/generate.module.file.yml index e61f931f3..abaedd57b 100644 --- a/vendor/drupal/console-en/translations/generate.module.file.yml +++ b/vendor/drupal/console-en/translations/generate.module.file.yml @@ -1,7 +1,12 @@ description: 'Generate a .module file' help: 'The generate:module:file command helps you to generate a new .module file' -welcome: 'Welcome to the Drupal module generator' +welcome: 'Welcome to the Drupal Module File generator' options: - module: 'The Module name' + module: 'The Module name' questions: - module: 'Enter the new module name' + module: 'Enter the new module name' +examples: + - description: 'Generate the .module file specifying the module name' + execution: | + drupal generate:module:file \ + --module="modulename" \ No newline at end of file