static void printList(List<String> items, {String bullet = '•'}) => DisplayPrompt.printList(items, bullet: bullet);