refactor: remove unused multi_select_cursor_brackets_style in prompt_checklist function

- Eliminated the multi_select_cursor_brackets_style parameter from the prompt_checklist function, simplifying the code and improving clarity in the multi-select user interface.
This commit is contained in:
Teknium
2026-02-23 23:18:57 +00:00
parent 6447a6020c
commit 4d1f2ea522

View File

@@ -174,7 +174,6 @@ def prompt_checklist(title: str, items: list, pre_selected: list = None) -> list
multi_select=True,
show_multi_select_hint=True,
multi_select_cursor="[✓] ",
multi_select_cursor_brackets_style=("", ""),
multi_select_select_on_accept=False,
multi_select_empty_ok=True,
preselected_entries=preselected if preselected else None,