Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 439 Bytes

generate-help.md

File metadata and controls

22 lines (19 loc) · 439 Bytes

generate:help

Generate an implementation of hook_help()

Usage:

drupal generate:help [options]
gh

Available options

Option Details
--module Numele Modulului.
--description commands.generate.help.options.description

Examples

  • Generate a hook help specifying the module name and the description
drupal generate:help  \
  --module="modulename"  \
  --description="My Awesome Module"