refactor(cli): keep migrate out of scope

This commit is contained in:
Turtle
2026-07-29 21:41:51 +08:00
parent d8e4fd3b75
commit ff126751d8
8 files changed
+21 -91

No files matched your search

-1
View File
@@ -48,7 +48,6 @@ switch (invocation.mode) {
await runMeta()
break
}
case 'migrate':
case 'upgrade': {
const { runSkillSession } = await import('./tui.ts')
await runSkillSession(`dsh-${invocation.mode}`)