Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Wacli::Interactive::Prompt
Class methods
ask_bool
(stdin :
IO
, stdout :
IO
, prompt :
String
, default :
Bool
|
Nil
) :
Bool
Source
ask_datetime
(stdin :
IO
, stdout :
IO
, prompt :
String
, cfg :
Wacli::Render::Config
) :
String
Source
ask_enum
(stdin :
IO
, stdout :
IO
, prompt :
String
, values :
Array
(
String
), cfg :
Wacli::Render::Config
) :
String
Source
ask_file_path
(stdin :
IO
, stdout :
IO
, prompt :
String
, cfg :
Wacli::Render::Config
) :
String
Source
ask_json
(stdin :
IO
, stdout :
IO
, prompt :
String
, required :
Bool
) :
JSON::Any
Source
ask_string
(stdin :
IO
, stdout :
IO
, prompt :
String
, required :
Bool
) :
String
Source