class

TandaCLI::Input

Inherits Reference < Object

Constructors

new(stdin : IO, display : Display)
Source

Instance methods

request(message : String, display_type : Display::Type | Nil = nil, sensitive : Bool = false) : String | Nil
Source
request_and(message : String, display_type : Display::Type | Nil = nil, sensitive : Bool = false, & : String | Nil -> U) : String | U forall U
Source
request_or(message : String, display_type : Display::Type | Nil = nil, sensitive : Bool = false, & : -> U) : String | U forall U
Source