description: 'Generate a .module file' help: 'The generate:module:file command helps you to generate a new .module file' welcome: 'Welcome to the Drupal Module File generator' options: module: 'The Module name' questions: module: 'Enter the new module name' examples: - description: 'Generate the .module file specifying the module name' execution: | drupal generate:module:file \ --module="modulename"