aboutsummaryrefslogtreecommitdiff
path: root/lib/consolecolor.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-23 14:53:12 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-23 14:54:05 -0700
commit6e5d551071cdf0e03cca7f8c9ca5e54244e2b150 (patch)
treed988dbe5a4fdbb06e62f4908dd6ccfc85b32d3d9 /lib/consolecolor.nom
parent470a6fe7f987f7c5e5c1fa7b6b31956479ababed (diff)
Run 'use "core"' by default before running anything else, unless --no-core command line flag is used.
Diffstat (limited to 'lib/consolecolor.nom')
-rw-r--r--lib/consolecolor.nom2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/consolecolor.nom b/lib/consolecolor.nom
index 35b6f42..d473d7c 100644
--- a/lib/consolecolor.nom
+++ b/lib/consolecolor.nom
@@ -2,8 +2,6 @@
#
This file defines actions for ANSI console color escape codes.
-use "core"
-
test:
bright "\(green)Color test passed."