mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 06:45:39 +08:00
move option rebuild add position
This commit is contained in:
@@ -30,5 +30,6 @@ abstract class BuildCommand extends BaseCommand
|
||||
|
||||
$this->addOption('with-clean', null, null, 'fresh build, remove `source` dir before `make`');
|
||||
$this->addOption('bloat', null, null, 'add all libraries into binary');
|
||||
$this->addOption('rebuild', 'r', null, 'Delete old build and rebuild');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user