class MarkdownExec::MarkParse
def select_option_or_exit(prompt_text, strings, opts = {})
def select_option_or_exit(prompt_text, strings, opts = {}) result = @options.select_option_with_metadata(prompt_text, strings, opts) ### 2024-04-20 what for? # return unless result.fetch(:option, nil) result[:selected] end