Skip to content

Commit

Permalink
Port runserver to Annotated (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Jan 2, 2017
1 parent 4146ea3 commit 0f18539
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 291 deletions.
8 changes: 4 additions & 4 deletions commands/core/core.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,10 @@ function drush_core_quick_drupal_options(&$items) {
$options[$option] = 'Site install option: ' . $description;
}
unset($options['sites-subdir']);
$runserver = runserver_drush_command();
foreach ($runserver['runserver']['options'] as $option => $description) {
$options[$option] = 'Runserver option: ' . $description;
}
// $runserver = runserver_drush_command();
// foreach ($runserver['runserver']['options'] as $option => $description) {
// $options[$option] = 'Runserver option: ' . $description;
// }
unset($options['user']);
$items['core-quick-drupal']['options'] = $options;
$items['core-quick-drupal']['engines'] = $pm['pm-download']['engines'];
Expand Down
68 changes: 0 additions & 68 deletions commands/runserver/runserver-prepend.php

This file was deleted.

219 changes: 0 additions & 219 deletions commands/runserver/runserver.drush.inc

This file was deleted.

Loading

0 comments on commit 0f18539

Please sign in to comment.