Skip to content

Commit

Permalink
Issue #6: Add alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Jan 4, 2018
1 parent 726f388 commit 06aa194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Available commands:
changelog
changelog:generate [changelog:g|cg] Generate a changelog based on GitHub issues and pull requests.
drupal
drupal:component-scaffold [dcs] Scaffold Drupal component development.
drupal:component-scaffold [drupal:cs|dcs] Scaffold Drupal component development.
drupal:site-install [drupal:si|dsi] Install target site.
setup
setup:behat [setup:b|sb] Setup Behat.
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/DrupalCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function siteInstall(array $options = [
*
* @command drupal:component-scaffold
*
* @aliases dcs
* @aliases drupal:cs,dcs
*
* @return \Robo\Collection\CollectionBuilder
*
Expand Down

0 comments on commit 06aa194

Please sign in to comment.