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