mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdHelp: Added :color/:nocolor hints
This commit is contained in:
parent
d0ec6fc4a8
commit
4ecc1e4f40
2 changed files with 13 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue