Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit 4e6d190

Browse files
authored
Update support message in CLI prompt
1 parent f0b94fc commit 4e6d190

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

viu_media/cli/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ def cli(ctx: click.Context, **options: "Unpack[Options]"):
138138

139139
if Confirm.ask(f"""\
140140
[green]How are you, {USER_NAME} 🙂?
141-
If you enjoy the project and would like to support it, you can buy me a coffee at {SUPPORT_PROJECT_URL}.
142-
Would you like to open the support page? Select yes to continue — otherwise, enjoy your terminal-anime browsing experience 😁.[/]
143-
You can disable this message by turning off the welcome_screen option in the config. It only appears once a month.
141+
If you enjoy the project and would like to support it, you can give it a star at {SUPPORT_PROJECT_URL}.
142+
Would you like to open the project page? Select yes to continue — otherwise, enjoy your terminal-anime browsing experience 😁.[/]
143+
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.
144144
"""):
145145
from webbrowser import open
146146

0 commit comments

Comments
 (0)