refactor(tui): rename link concept to pair
This commit is contained in:
@@ -36,7 +36,7 @@ const Handlers = Runtime.handlers(Commands, {
|
||||
migrate: () => import("./commands/handlers/migrate"),
|
||||
mini: () => import("./commands/handlers/mini"),
|
||||
run: () => import("./commands/handlers/run"),
|
||||
link: () => import("./commands/handlers/link"),
|
||||
pair: () => import("./commands/handlers/pair"),
|
||||
service: {
|
||||
start: () => import("./commands/handlers/service/start"),
|
||||
restart: () => import("./commands/handlers/service/restart"),
|
||||
|
||||
Reference in New Issue
Block a user