Skip to content

Commit

Permalink
Specify extension key (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and enzolutions committed Jul 15, 2019
1 parent cdc910f commit 292d164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions translations/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ options:
class: 'Class name'
events: 'Load events from the container'
module: 'The Module name.'
extension: 'The extension name.'
extension-type: 'The extension type.'
extension: 'The name of the Extension (modules, profiles or themes name).'
extension-type: 'The type of the Extension (can be module, profile or theme).'
services: 'Load services from the container.'
tags: 'Set service tags from the container.'
inputs: 'Create inputs in a form.'
Expand Down
3 changes: 2 additions & 1 deletion translations/generate.command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ description: 'Generate commands for the console.'
help: 'The <info>generate:command</info> command helps you generate a new command.'
welcome: 'Welcome to the Drupal Command generator'
options:
extension: 'The name of the Extension (that will contain the command).'
extension: 'The name of the Extension (modules, profiles or themes name that will contain the command).'
extension-type: 'The type of the Extension (can be module, profile or theme).'
class: 'The Class that describes the command. (Must end with the word ''Command'').'
name: 'The Command name.'
interact: 'Add interact method.'
Expand Down

0 comments on commit 292d164

Please sign in to comment.