chore: 移除调试子命令 acttest/wttest

This commit is contained in:
2026-06-22 16:04:17 +08:00
Unverified
parent f390bcd133
commit 6551c65bb8
2 changed files with 0 additions and 55 deletions
-2
View File
@@ -31,8 +31,6 @@ internal static class Program
"notify" => CliRunner.Notify(),
"input" => CliRunner.Input(),
"cleanup" => CliRunner.Cleanup(),
"acttest" => CliRunner.ActTest(args),
"wttest" => CliRunner.WtTest(args),
_ => RunHost(args),
};
}