Expand description
Arrow/checkbox multi-select TUI used by gw delete -i.
Built on the raw-mode plumbing shared from arrow_select.rs.
Functionsยง
- multi_
select - Multi-select entry point. Returns selected indices in ascending order,
or
Noneif the user cancelled. An empty Vec means the user confirmed with zero selections.