From 6e5d551071cdf0e03cca7f8c9ca5e54244e2b150 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 23 Jul 2018 14:53:12 -0700 Subject: Run 'use "core"' by default before running anything else, unless --no-core command line flag is used. --- lib/consolecolor.nom | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/consolecolor.nom') 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." -- cgit v1.2.3