Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / generate.help.yml
1 description: 'Generate an implementation of hook_help()'
2 help: 'The <info>"%s"</info> command helps you generate a hook help "%s"'
3 welcome: 'Welcome to the Drupal Help generator'
4 options:
5   module: 'The Module name.'
6   description: 'Module description'
7 questions:
8   module: 'Enter the module name'
9   description: 'Enter module description'
10 messages:
11   help-already-implemented: 'The hook help was already implemented in module "%s"'
12 examples:
13   - description: 'Generate a hook help specifying the module name and the description'
14     execution: |
15       drupal generate:help  \
16         --module="modulename"  \
17         --description="My Awesome Module"