Skip to content

Commit

Permalink
Update Curd.php
Browse files Browse the repository at this point in the history
  • Loading branch information
funadmin authored Sep 3, 2022
1 parent d7d9783 commit df10801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curd/Curd.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected function configure()
->addOption('force', 'f', Option::VALUE_OPTIONAL, '强制覆盖或删除', 0)
->addOption('delete', 'd', Option::VALUE_OPTIONAL, '删除', 0)
->addOption('jump', '', Option::VALUE_OPTIONAL, '跳过重复文件', 1)
->addOption('app', '', Option::VALUE_OPTIONAL, '是否是APP插件', 1)
->addOption('app', '', Option::VALUE_OPTIONAL, '是否是APP插件', 0)
->setDescription('Curd Command');
}

Expand Down

0 comments on commit df10801

Please sign in to comment.