module AnsiEscapes
Overview
A copycat of ansi-escapes for javascript by @sindresorhus. Thank you!
Defined in:
ansi-escapes.cransi-escapes/version.cr
Constant Summary
-
BEEP =
"\a"
-
Output a beeping sound.
-
ESC =
"\e["
-
The escape string.
-
VERSION =
(YAML.parse(File.read("./shard.yml")))["version"]