0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-06-30 22:18:36 -04:00

Add missing help text for lists command

This commit is contained in:
Ivan Habunek 2025-03-06 10:03:40 +01:00
parent fb3b873b88
commit ebd051bd0c
No known key found for this signature in database
GPG Key ID: 01DB3DD0D824504C

View File

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