优化安装
This commit is contained in:
parent
93c1c11853
commit
6612dfd8b7
@ -8,7 +8,7 @@
|
|||||||
* @copyright By CatchAdmin
|
* @copyright By CatchAdmin
|
||||||
* @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt
|
* @license https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt
|
||||||
*/
|
*/
|
||||||
namespace catcher\command;
|
namespace catcher\command\install;
|
||||||
|
|
||||||
use think\console\Command;
|
use think\console\Command;
|
||||||
use think\console\Input;
|
use think\console\Input;
|
||||||
@ -22,7 +22,7 @@ class InstallCatchModuleCommand extends Command
|
|||||||
{
|
{
|
||||||
$this->setName('install:module')
|
$this->setName('install:module')
|
||||||
->addArgument('module', Argument::REQUIRED, 'module name')
|
->addArgument('module', Argument::REQUIRED, 'module name')
|
||||||
->addOption('modue', '-r',Option::VALUE_NONE, 'reinstall back')
|
->addOption('mode', '-r',Option::VALUE_NONE, 'reinstall back')
|
||||||
->setDescription('install catch module');
|
->setDescription('install catch module');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user