Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
TandaCLI::Display
Inherits
Reference
<
Object
Constructors
new
(stdout :
IO
, stderr :
IO
)
Source
Instance methods
error
(message :
String
, value :
String
|
Nil
= nil)
Source
error
(message :
String
, value :
String
|
Nil
= nil, & :
String::Builder
-> )
Source
error
(error_object :
Error::Interface
)
Source
error!
(message :
String
, value :
String
|
Nil
= nil) :
NoReturn
Source
error!
(error_object :
Error::Base
) :
NoReturn
Source
error!
(error_object :
Error::Interface
) :
NoReturn
Source
fatal!
(message :
String
) :
NoReturn
Source
info
(message :
String
, value :
String
|
Nil
= nil)
Source
print
(message)
Source
puts
(message = nil)
Source
puts_error
(message = nil)
Source
success
(message :
String
, value :
String
|
Nil
= nil)
Source
warning
(message :
String
)
Source
Nested types
TandaCLI::Display::Type