diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 5911a91..557f2bf 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}" |