Skip to content

Commit

Permalink
改进
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Oct 21, 2019
1 parent 84b06f2 commit 6ca23bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/Build.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Build extends Command
protected function configure()
{
$this->setName('build')
->addArgument('app', Argument::REQUIRED, 'app name .')
->addArgument('app', Argument::OPTIONAL, 'app name .')
->setDescription('Build App Dirs');
}

Expand Down

0 comments on commit 6ca23bf

Please sign in to comment.