[][src]Module dishub::ops::unfollow_feeds

This module contains the functions used only by the unfollow_feeds subsystem.

The flow of the unfollow_feeds subsystem is as follows:

Options::parse()
|> ops::unfollow_feeds::verify()
|> ops::Feed::read()
|> ops::unfollow_feeds::print_feeds()
|> ops::unfollow_feeds::get_feeds_to_remove()
|> ops::Feed::write()

Functions

get_feeds_to_remove

Prompt the user for the feed subjects to sunsubscribe from.

print_feeds

Print the subscribed-to feeds in a human-readable format.

verify

Verify if, given the current configuration, it's permitted to continue with the subsequent steps of the unfollow_feeds subsystem.