From ab3b393c2290d3e8748503dd38948715f765d999 Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Tue, 31 Mar 2026 23:03:08 +0200 Subject: [PATCH] chore(cli): remove redundant stub commands (monitor, open, add, compare) --- internal/cmd/root.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/internal/cmd/root.go b/internal/cmd/root.go index bcf3473..dabf2df 100644 --- a/internal/cmd/root.go +++ b/internal/cmd/root.go @@ -147,10 +147,6 @@ Source: https://github.com/torrentclaw/unarr`, newUpgradeCmd(), // Stubs for future commands newStubCmd("moreseed", "Find same quality with more seeders"), - newStubCmd("compare", "Compare two torrents side by side"), - newStubCmd("add", "Search and add torrents to your client"), - newStubCmd("monitor", "Watch for new episodes of a series"), - newStubCmd("open", "Open content in the browser"), ) }