CmdHelp: Added :color/:nocolor hints

This commit is contained in:
Paul Beckingham 2016-04-10 12:40:50 -04:00
parent d0ec6fc4a8
commit 4ecc1e4f40
2 changed files with 13 additions and 4 deletions

View file

@ -216,6 +216,9 @@ int CmdHelp (const CLI& cli)
<< " :quiet Turns off all feedback. For automation\n"
<< " :debug Runs in debug mode, shows many runtime details\n"
<< "\n"
<< " :color Force color on, even if not connected to a TTY\n"
<< " :nocolor Force color off, even if connected to a TTY\n"
<< "\n"
<< " :day The 24-hours of the current day\n"
<< " :week This week\n"
<< " :month This month\n"