mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Make task news
nag configurable and deterministic (#3567)
This patch fixes #3497.
This commit is contained in:
parent
9dde68f918
commit
9c49863795
5 changed files with 84 additions and 20 deletions
|
@ -303,6 +303,7 @@ control specific occasions when output is generated. This list may contain:
|
|||
label Column labels on tabular reports
|
||||
new-id Provides feedback on any new task with IDs (and UUIDs for new tasks with ID 0, such as new completed tasks).
|
||||
new-uuid Provides feedback on any new task with UUIDs. Overrides new-id. Useful for automation.
|
||||
news Reminds to read new release highlights until the user runs "task news".
|
||||
affected Reports 'N tasks affected' and similar
|
||||
edit Used the verbose template for the 'edit' command
|
||||
special Feedback when applying special tags
|
||||
|
@ -327,7 +328,7 @@ Here are the shortcut equivalents:
|
|||
|
||||
.nf
|
||||
verbose=on
|
||||
verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync,filter,override,recur
|
||||
verbose=blank,header,footnote,label,new-id,news,affected,edit,special,project,sync,filter,override,recur
|
||||
.fi
|
||||
|
||||
.nf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue