Add D7 aliases
This commit is contained in:
parent
a186fcf721
commit
88147ec4e5
1 changed files with 4 additions and 2 deletions
|
@ -49,8 +49,10 @@ final class GenerateDrupal7Command extends Command
|
||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this
|
$this
|
||||||
->setDescription('Generate a new Drupal 7 module.')
|
->setDescription('Generate a new Drupal 7 module')
|
||||||
->addArgument('module-name', InputArgument::REQUIRED, 'The name of the module to create');
|
->addArgument('module-name', InputArgument::REQUIRED, 'The name of the module to create')
|
||||||
|
->setAliases(['d7', 'drupal7'])
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue