Skip to content

Commit 292d164

Browse files
hjuarez20enzolutions
authored andcommitted
Specify extension key (#241)
1 parent cdc910f commit 292d164

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

translations/common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ options:
22
class: 'Class name'
33
events: 'Load events from the container'
44
module: 'The Module name.'
5-
extension: 'The extension name.'
6-
extension-type: 'The extension type.'
5+
extension: 'The name of the Extension (modules, profiles or themes name).'
6+
extension-type: 'The type of the Extension (can be module, profile or theme).'
77
services: 'Load services from the container.'
88
tags: 'Set service tags from the container.'
99
inputs: 'Create inputs in a form.'

translations/generate.command.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ description: 'Generate commands for the console.'
22
help: 'The <info>generate:command</info> command helps you generate a new command.'
33
welcome: 'Welcome to the Drupal Command generator'
44
options:
5-
extension: 'The name of the Extension (that will contain the command).'
5+
extension: 'The name of the Extension (modules, profiles or themes name that will contain the command).'
6+
extension-type: 'The type of the Extension (can be module, profile or theme).'
67
class: 'The Class that describes the command. (Must end with the word ''Command'').'
78
name: 'The Command name.'
89
interact: 'Add interact method.'

0 commit comments

Comments
 (0)