module S3t
Defined in:
config.crdir.cr
formatters.cr
runner.cr
s3t.cr
Constant Summary
-
BINARY =
"s3t"
-
ColorizedFormatter =
::Log::Formatter.new do |entry, io| message = entry.message color = LOGGER_COLORS[entry.severity]? || (:default) formatted = message.colorize(color) if entry.severity == ::Log::Severity::Trace formatted = formatted.mode(:dim) end io << formatted end
-
VERSION =
"0.1.0"