Add flags to remove for more fine-grained removals
This commit is contained in:
@@ -52,4 +52,16 @@ var (
|
||||
`Number of worker threads to use when refreshing feeds. More is faster,
|
||||
but there are more concurrent outgoing requests then.`,
|
||||
)
|
||||
|
||||
// remove
|
||||
removeFeedsFlag = commands["remove"].BoolP(
|
||||
"feeds", "f",
|
||||
false,
|
||||
`Remove URL from subscribed feeds.`,
|
||||
)
|
||||
removePagesFlag = commands["remove"].BoolP(
|
||||
"pages", "p",
|
||||
false,
|
||||
`remove URL from subscribed pages.`,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user