chore(cli): remove redundant stub commands (monitor, open, add, compare)

This commit is contained in:
Deivid Soto 2026-03-31 23:03:08 +02:00
parent d0dbfc3d12
commit ab3b393c22

View file

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