~ihabunek/toot-discuss

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Fix --clear text issue

Details
Message ID
<20240406182633.4189653-1-sandra.snan@idiomdrottning.org>
DKIM signature
pass
Download raw message
Patch: +4 -1
It's a click flag.
---
 toot/cli/timelines.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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)"
-- 
2.39.2
Details
Message ID
<0aae7901-4392-4565-99e5-f0c845e638fb@app.fastmail.com>
In-Reply-To
<20240406182633.4189653-1-sandra.snan@idiomdrottning.org> (view parent)
DKIM signature
pass
Download raw message
Thanks!

-- Ivan
Reply to thread Export thread (mbox)