Method: ToolsPrompt.multi_select
- Defined in:
- lib/lib/prompt.rb
.multi_select(*args) ⇒ Object
35 36 37 38 39 |
# File 'lib/lib/prompt.rb', line 35 def self.multi_select(*args) prompt = TTY::Prompt.new result = prompt.multi_select(*args) result end |