Skip to content

Commit

Permalink
feat: add new as alias to create
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Mar 24, 2023
1 parent 27dd603 commit b214525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CreateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ protected function configure()
{
$this
->setName('create')
->setAliases(['init'])
->setAliases(['init', 'new'])
->setDescription('Create a new Leaf PHP project')
->addArgument('project-name', InputArgument::OPTIONAL, 'The name of the project')
->addOption('basic', null, InputOption::VALUE_NONE, 'Create a raw leaf project')
Expand Down

0 comments on commit b214525

Please sign in to comment.