Skip to content

Commit

Permalink
Better help in SandwichCommands.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed May 10, 2017
1 parent 157a03f commit 990a4b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/Commands/SandwichCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
/**
* Run these commands using the --include option - e.g. `drush --include=/path/to/drush/examples mmas`
*
* For an example of a Drupal module implementing commands, see http://cgit.drupalcode.org/devel/tree/devel_generate/src/Commands
* For an example of a Drupal module implementing commands, see
* - http://cgit.drupalcode.org/devel/tree/devel_generate/src/Commands
* - http://cgit.drupalcode.org/devel/tree/devel_generate/drush.services.yml
*
* This file is a good example of the first of those bullets (a commandfile) but
* since it isn't part of a module, it does not implement drush.services.yml.
*/

class SandwichCommands extends DrushCommands {
Expand Down

0 comments on commit 990a4b3

Please sign in to comment.