@@ -44,14 +44,10 @@ protected function configure()
4444 ->setAliases (['init ' , 'new ' ])
4545 ->setDescription ('Create a new Leaf PHP project ' )
4646 ->addArgument ('project-name ' , InputArgument::OPTIONAL , 'The name of the project ' )
47- ->addOption ('custom ' , 'c ' , InputOption::VALUE_NONE , 'Add custom options to your project ' )
4847 ->addOption ('basic ' , null , InputOption::VALUE_NONE , 'Create a raw leaf project ' )
4948 ->addOption ('api ' , null , InputOption::VALUE_NONE , 'Create a new Leaf API project ' )
5049 ->addOption ('mvc ' , null , InputOption::VALUE_NONE , 'Create a new Leaf MVC project ' )
5150 ->addOption ('docker ' , null , InputOption::VALUE_NONE , 'Scaffold a docker environment ' )
52- ->addOption ('phpunit ' , null , InputOption::VALUE_NONE , 'Add testing with phpunit ' )
53- ->addOption ('pestphp ' , null , InputOption::VALUE_NONE , 'Add testing with pest ' )
54- ->addOption ('pest ' , null , InputOption::VALUE_NONE , 'Add testing with pest ' )
5551 ->addOption ('no-tests ' , 'nt ' , InputOption::VALUE_NONE , 'Create app without tests ' )
5652 ->addOption ('force ' , 'f ' , InputOption::VALUE_NONE , 'Forces install even if the directory already exists ' );
5753 }
0 commit comments