refactor(cli): remove no-op migrate command (#39946)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
parent
80874c241f
commit
25b6a179e2
3 changed files with 0 additions and 7 deletions
|
|
@ -35,7 +35,6 @@ const Handlers = Runtime.handlers(Commands, {
|
|||
plugin: {
|
||||
list: () => import("./commands/handlers/plugin/list"),
|
||||
},
|
||||
migrate: () => import("./commands/handlers/migrate"),
|
||||
mini: () => import("./commands/handlers/mini"),
|
||||
run: () => import("./commands/handlers/run"),
|
||||
pair: () => import("./commands/handlers/pair"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue