diff --git a/toot/cli/timelines.py b/toot/cli/timelines.py index aac2c45..aee83de 100644 --- a/toot/cli/timelines.py +++ b/toot/cli/timelines.py @@ -111,7 +111,10 @@ def bookmarks( @cli.command() -@click.option("--clear", help="Dismiss all notifications and exit") +@click.option( + "--clear", is_flag=True, + help="Dismiss all notifications and exit" +) @click.option( "--reverse", "-r", is_flag=True, help="Reverse the order of the shown notifications (newest on top)"