支持清理旧版本文件

This commit is contained in:
flucout
2023-08-03 14:43:09 +08:00
parent f7bad9075c
commit 42974b2b47
7 changed files with 149 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ return [
'commands' => [
'updateall' => 'app\command\UpdateAll',
'decrypt' => 'app\command\DecryptFile',
'clean' => 'app\command\Clean',
],
];