Docs: Added :color/:nocolor hint description

This commit is contained in:
Paul Beckingham 2016-04-10 12:39:31 -04:00
parent c65833b706
commit d0ec6fc4a8
2 changed files with 4 additions and 0 deletions

View file

@ -108,6 +108,8 @@ supported hints are:
:week Macro that means 'this week' :week Macro that means 'this week'
:debug Turns on debugging mode :debug Turns on debugging mode
:x User defined :x User defined
:color Force use of color on
:nocolor Force use of color off
It is not an error to specify extra hints, because they will be simply ignored. It is not an error to specify extra hints, because they will be simply ignored.
Unrecognized hints yiled warnings. Unrecognized hints yiled warnings.

View file

@ -106,6 +106,8 @@ forms of feedback, for purposes of automation. The supported hints are:
:quiet Turns off all feedback. For automation :quiet Turns off all feedback. For automation
:debug Runs in debug mode, shows many runtime details :debug Runs in debug mode, shows many runtime details
:color Force color on, even if not connected to a TTY
:nocolor Force color off, even if connected to a TTY
:day The 24-hours of the current day :day The 24-hours of the current day
:week This week :week This week