Skip to content

Commit

Permalink
[about] Remove not currently migrated commands. (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Oct 6, 2016
1 parent 790018a commit d66783e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Command/AboutCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ protected function execute(InputInterface $input, OutputInterface $output)
$this->trans('commands.init.description'),
'drupal init --override --no-interaction'
],
'quick-start' => [
$this->trans('commands.common.messages.quick-start'),
'drupal chain --file=~/.console/chain/quick-start.yml'
],
'site-new' => [
$this->trans('commands.site.new.description'),
'drupal site:new drupal8.dev --latest'
],
// 'quick-start' => [
// $this->trans('commands.common.messages.quick-start'),
// 'drupal chain --file=~/.console/chain/quick-start.yml'
// ],
// 'site-new' => [
// $this->trans('commands.site.new.description'),
// 'drupal site:new drupal8.dev --latest'
// ],
'site-install' => [
$this->trans('commands.site.install.description'),
sprintf(
Expand Down

0 comments on commit d66783e

Please sign in to comment.