mirror of
https://github.com/ihabunek/toot.git
synced 2025-06-30 22:18:36 -04:00
Fix --clear text issue
It's a click flag.
This commit is contained in:
parent
7244b2718f
commit
07beba8c68
@ -111,7 +111,10 @@ def bookmarks(
|
|||||||
|
|
||||||
|
|
||||||
@cli.command()
|
@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(
|
@click.option(
|
||||||
"--reverse", "-r", is_flag=True,
|
"--reverse", "-r", is_flag=True,
|
||||||
help="Reverse the order of the shown notifications (newest on top)"
|
help="Reverse the order of the shown notifications (newest on top)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user