This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/vendor/drupal/console-en/translations/generate.help.yml
2018-11-23 12:29:20 +00:00

17 lines
No EOL
651 B
YAML

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"'
examples:
- description: 'Generate a hook help specifying the module name and the description'
execution: |
drupal generate:help \
--module="modulename" \
--description="My Awesome Module"