mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
feat(console): 添加 --force-force 参数以跳过所有交互确认
This commit is contained in:
9
app/common/console/Input.php
Normal file
9
app/common/console/Input.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\console;
|
||||
|
||||
use base\common\console\InputBase;
|
||||
|
||||
class Input extends InputBase
|
||||
{
|
||||
}
|
||||
9
app/common/console/Output.php
Normal file
9
app/common/console/Output.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\console;
|
||||
|
||||
use base\common\console\OutputBase;
|
||||
|
||||
class Output extends OutputBase
|
||||
{
|
||||
}
|
||||
9
app/common/provider/Console.php
Normal file
9
app/common/provider/Console.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\provider;
|
||||
|
||||
use base\common\provider\ConsoleBase;
|
||||
|
||||
class Console extends ConsoleBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user