chore(cli): remove moreseed stub command

This commit is contained in:
Deivid Soto 2026-03-31 23:12:07 +02:00
parent ab3b393c22
commit 932312fc56

View file

@ -145,8 +145,6 @@ Source: https://github.com/torrentclaw/unarr`,
scanCmd, scanCmd,
// Alias: upgrade → self-update // Alias: upgrade → self-update
newUpgradeCmd(), newUpgradeCmd(),
// Stubs for future commands
newStubCmd("moreseed", "Find same quality with more seeders"),
) )
} }