The interactive prompt
See Also:
93 94 95 96
# File 'lib/vtk/command.rb', line 93 def prompt(**options) require 'tty-prompt' TTY::Prompt.new(options) end