Fix --clear text issue

It's a click flag.
pull/298/merge
Sandra Snan 2024-04-06 20:26:33 +02:00 zatwierdzone przez Ivan Habunek
rodzic 7244b2718f
commit 07beba8c68
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F5F0623FF5EBCB3D
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

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