struct

Shoo::Prompt

Inherits Struct < Value < Object

Constructors

new(stdin : IO, stdout : IO)
Source

Instance methods

ask(question : String) : String | Nil
Source
choose(message : String, options : Array(T), & : T -> String) : T | Nil forall T
Source
confirm(question : String) : Bool
Source