Method: Ckancli::Command#prompt

Defined in:
lib/ckancli/command.rb

#prompt(**options) ⇒ Object

The interactive prompt


86
87
88
89
# File 'lib/ckancli/command.rb', line 86

def prompt(**options)
  require 'tty-prompt'
  TTY::Prompt.new(options)
end