From 4e6d190deacf216c09f96e4fd8e98c4cb1057b47 Mon Sep 17 00:00:00 2001 From: Benedict Xavier <81157281+Benexl@users.noreply.github.com> Date: Thu, 9 Apr 2026 12:49:50 +0300 Subject: [PATCH] Update support message in CLI prompt --- viu_media/cli/cli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/viu_media/cli/cli.py b/viu_media/cli/cli.py index 675aabc..dfbb803 100644 --- a/viu_media/cli/cli.py +++ b/viu_media/cli/cli.py @@ -138,9 +138,9 @@ def cli(ctx: click.Context, **options: "Unpack[Options]"): if Confirm.ask(f"""\ [green]How are you, {USER_NAME} 🙂? -If you enjoy the project and would like to support it, you can buy me a coffee at {SUPPORT_PROJECT_URL}. -Would you like to open the support page? Select yes to continue — otherwise, enjoy your terminal-anime browsing experience 😁.[/] -You can disable this message by turning off the welcome_screen option in the config. It only appears once a month. +If you enjoy the project and would like to support it, you can give it a star at {SUPPORT_PROJECT_URL}. +Would you like to open the project page? Select yes to continue — otherwise, enjoy your terminal-anime browsing experience 😁.[/] +You can disable this message by turning off the welcome_screen option in the config, if you don't disable it, the cli will show it again the next month. """): from webbrowser import open