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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user