Fix --clear text issue

It's a click flag.
This commit is contained in:
Sandra Snan 2024-04-06 20:26:33 +02:00 committed by Ivan Habunek
parent 7244b2718f
commit 07beba8c68
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
1 changed files with 4 additions and 1 deletions

View File

@ -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)"