pub fn multi_select_items<T>(label: &str, items: &[T]) -> Vec<T>where T: Display + Copy,
Prompt the user to select multiple items, returning the items themselves.