move option rebuild add position

This commit is contained in:
crazywhalecc
2023-10-17 18:34:23 +08:00
committed by Jerry Ma
parent c225aeffed
commit 37b9704fbb
3 changed files with 1 additions and 2 deletions

View File

@@ -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');
}
}