From ebd051bd0cc9c570968f8ef66f46787433271826 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 6 Mar 2025 10:03:40 +0100 Subject: [PATCH] Add missing help text for lists command --- toot/cli/lists.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toot/cli/lists.py b/toot/cli/lists.py index b380001..d5bb75d 100644 --- a/toot/cli/lists.py +++ b/toot/cli/lists.py @@ -11,6 +11,7 @@ from toot.output import print_list_accounts, print_lists, print_warning @cli.group() def lists(): + """Show and manage your lists""" pass