refactor: update user prompt in setup wizard for item selection

- Modified the prompt in the setup wizard to clarify the selection process, instructing users to press SPACE to select items and ENTER to continue, enhancing user experience during configuration.
This commit is contained in:
Teknium 2026-02-23 23:36:59 +00:00
parent f209a92b7e
commit 98e3a26b2a

View file

@ -158,7 +158,7 @@ def prompt_checklist(title: str, items: list, pre_selected: list = None) -> list
pre_selected = []
print(color(title, Colors.YELLOW))
print_info("Select the tools you want, then choose Continue.")
print_info("Press SPACE to select items, then ENTER on Continue.")
print()
try: