Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / generate.help.yml
index a3560db0fc85c60d1ea4fed02c3cfc4c404e6ad5..7f04a2d6e26087d620acfcb50e45ee1a8a862dd3 100644 (file)
@@ -1,6 +1,17 @@
 description: 'Generate an implementation of hook_help()'
 help: 'The <info>"%s"</info> command helps you generate a hook help "%s"'
+welcome: 'Welcome to the Drupal Help generator'
 options:
+  module: 'The Module name.'
+  description: 'Module description'
 questions:
+  module: 'Enter the module name'
+  description: 'Enter module description'
 messages:
-    help-already-implemented: 'The hook help was already implemented in module "%s"'
+  help-already-implemented: 'The hook help was already implemented in module "%s"'
+examples:
+  - description: 'Generate a hook help specifying the module name and the description'
+    execution: |
+      drupal generate:help  \
+        --module="modulename"  \
+        --description="My Awesome Module"
\ No newline at end of file