From c225229f2910ee138873ecb05b43e8ec3021918d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Nov 2008 16:31:26 +0100 Subject: Implementing colorful output (currently disabled by default, though). --- helpers/lh_config | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'helpers') diff --git a/helpers/lh_config b/helpers/lh_config index 5911a91dd..557f2bf19 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -647,6 +647,11 @@ Local_arguments () shift 2 ;; + --color) + _COLOR="enabled" + shift + ;; + --debug) _DEBUG="enabled" shift @@ -837,6 +842,10 @@ LH_TEMPLATES="${LH_TEMPLATES}" # (Default: ${_DEBUG}) #_DEBUG="${_DEBUG}" +# \$_COLOR: enable color +# (Default: ${_COLOR}) +#_COLOR="${_COLOR}" + # \$_FORCE: enable force # (Default: ${_FORCE}) #_FORCE="${_FORCE}" -- cgit v1.2.3