refactor(tui): rename link concept to pair

This commit is contained in:
Dax Raad 2026-07-09 13:05:20 -04:00
commit 6fb526741b
5 changed files with 16 additions and 16 deletions

View file

@ -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"),