Add --subscribed option

This commit is contained in:
Serene-Arc
2022-02-18 10:21:52 +10:00
parent e4fcacfd4f
commit 0177b434c2
6 changed files with 52 additions and 25 deletions

View File

@@ -35,6 +35,7 @@ class Configuration(Namespace):
self.skip_subreddit: list[str] = []
self.sort: str = 'hot'
self.submitted: bool = False
self.subscribed: bool = True
self.subreddit: list[str] = []
self.time: str = 'all'
self.time_format = None