Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / generate.module.file.yml
index e61f931f341fe027b2d4a19e97b216fcaa60f7c8..abaedd57b103a9e7975702acc5856c0bdc6e71d3 100644 (file)
@@ -1,7 +1,12 @@
 description: 'Generate a .module file'
 help: 'The <info>generate:module:file</info> 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