Skip to content

Commit b214525

Browse files
committed
feat: add new as alias to create
1 parent 27dd603 commit b214525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CreateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function configure()
3737
{
3838
$this
3939
->setName('create')
40-
->setAliases(['init'])
40+
->setAliases(['init', 'new'])
4141
->setDescription('Create a new Leaf PHP project')
4242
->addArgument('project-name', InputArgument::OPTIONAL, 'The name of the project')
4343
->addOption('basic', null, InputOption::VALUE_NONE, 'Create a raw leaf project')

0 commit comments

Comments
 (0)