static Future<List<String>> askSort( String title, List<String> options, { bool showOutput = true, }) => SortPrompt.askSort(title, options, showOutput: showOutput);