1
0
Fork 0
mirror of synced 2024-06-02 02:14:37 +12:00

Re-add missing argument

This commit is contained in:
Serene-Arc 2021-03-05 13:29:57 +10:00 committed by Ali Parlakci
parent ac08a639ba
commit 5e914b5234

View file

@ -26,6 +26,9 @@ def _add_options():
parser.add_argument("--submitted",
action="store_true",
help="Gets posts of --user")
parser.add_argument("--saved",
action="store_true",
help="Gets upvoted posts of --user")
parser.add_argument("--upvoted",
action="store_true",
help="Gets upvoted posts of --user")