feat(console): 添加 --force-force 参数以跳过所有交互确认

This commit is contained in:
augushong
2026-01-31 23:00:51 +08:00
parent 0fad2b7e10
commit 5bee1b3733
7 changed files with 181 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
// 容器Provider定义文件
return [
use app\common\provider\Console;
return [
'think\Console'=>Console::class
];