module Term::Color
Extended Modules
Defined in:
color/mode.crcolor/support.cr
color/version.cr
term-color.cr
Constant Summary
-
VERSION =
"0.1.0"
Class Method Summary
- .output : IO::FileDescriptor
- .output=(output : IO::FileDescriptor)
- .verbose : Bool
- .verbose=(verbose : Bool)
Instance Method Summary
-
#command?(cmd, args = nil)
Check if command can be run
- #disabled?
- #mode
-
#support?
Check if this terminal supports colors
-
#tty?
Check if output is linked to a terminal
-
#windows?
Check if running on windows.