Prompts the user to select one option from a list of options.
options
Returns the 0-based index of the selected option.
int select(String msg, List<String> options) => Select(prompt: msg, options: options).interact();