From 932312fc569b43067495d057f7a8627d6389c2a7 Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Tue, 31 Mar 2026 23:12:07 +0200 Subject: [PATCH] chore(cli): remove moreseed stub command --- internal/cmd/root.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/cmd/root.go b/internal/cmd/root.go index dabf2df..998c58b 100644 --- a/internal/cmd/root.go +++ b/internal/cmd/root.go @@ -145,8 +145,6 @@ Source: https://github.com/torrentclaw/unarr`, scanCmd, // Alias: upgrade → self-update newUpgradeCmd(), - // Stubs for future commands - newStubCmd("moreseed", "Find same quality with more seeders"), ) }