Skip to content

Commit

Permalink
Removing not used option.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshirohit100 committed Aug 2, 2022
1 parent 0e4c975 commit 010c3a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Command/App/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Acquia\DrupalEnvironmentDetector\AcquiaDrupalEnvironmentDetector;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Filesystem\Path;

Expand All @@ -23,7 +22,6 @@ class NewCommand extends CommandBase {
*/
protected function configure(): void {
$this->setDescription('Create a new Drupal or Next.js project')
->addOption('distribution', NULL, InputOption::VALUE_REQUIRED, 'The Composer package name of the Drupal distribution to download')
->addArgument('directory', InputArgument::OPTIONAL, 'The destination directory')
->setAliases(['new']);
}
Expand Down

0 comments on commit 010c3a3

Please sign in to comment.