Skip to content

Commit

Permalink
Updated generate command. (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel303 authored and jmolivas committed Aug 31, 2017
1 parent 57120e4 commit d48ed1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions translations/generate.command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ options:
extension: 'The name of the Extension (that will contain the command).'
class: 'The Class that describes the command. (Must end with the word ''Command'').'
name: 'The Command name.'
interact: 'Add interact method.'
container-aware: 'Is the command aware of the drupal site installation when executed'
services: 'Load services from the container.'
questions:
extension: 'Enter the extension name'
class: 'Enter the Command Class. (Must end with the word ''Command'').'
name: 'Enter the Command name.'
interact: 'Do you want to add the interact method ?'
container-aware: 'Is the command aware of the drupal site installation when executed?.'
services: 'Enter your service'
messages:
Expand Down

0 comments on commit d48ed1b

Please sign in to comment.