From 41b77cc9de77abfb333430295e701f6ab769c806 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 27 Dec 2023 10:16:19 +0100 Subject: [PATCH] Help with list command discovery --- toot/cli/lists.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toot/cli/lists.py b/toot/cli/lists.py index 8bf39fb..f0d4ae6 100644 --- a/toot/cli/lists.py +++ b/toot/cli/lists.py @@ -11,7 +11,8 @@ from toot.output import print_list_accounts, print_lists, print_warning def lists(ctx: click.Context): """Display and manage lists""" if ctx.invoked_subcommand is None: - print_warning("`toot lists` is deprecated in favour of `toot lists list`") + print_warning("`toot lists` is deprecated in favour of `toot lists list`.\n" + + "Run `toot lists -h` to see other list-related commands.") user, app = config.get_active_user_app() if not user or not app: