mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Verbosity
- Implemented new verbosity token 'new-id' which controls whether newly generated task IDs are reported.
This commit is contained in:
parent
3456a24749
commit
ad55fa2d79
5 changed files with 12 additions and 13 deletions
|
@ -195,10 +195,10 @@ help text.
|
|||
.SS MISCELLANEOUS
|
||||
|
||||
.TP
|
||||
.B edit.verbose=on|off|list...
|
||||
When set to on (the default), helpful explanatory comments are added to the
|
||||
edited file when using the "task edit ..." command. Setting this to off means
|
||||
that you would see minimal output, with no help text.
|
||||
.B verbose=on|off|list...
|
||||
When set to on (the default), helpful explanatory comments are added to all
|
||||
output from Taskwarrior. Setting this to off means that you would see minimal
|
||||
output.
|
||||
|
||||
Alternatively, you can specify a comma-separated list of verbosity tokens that
|
||||
control specific occasions when output is generated. This list may contain:
|
||||
|
@ -207,6 +207,7 @@ control specific occasions when output is generated. This list may contain:
|
|||
header Messages that appear before report output
|
||||
footnote Messages that appear after report output
|
||||
label Column labels on tabular reports
|
||||
new-id Provides feedback of any new task IDs
|
||||
|
||||
Note that the "on" setting is equivalent to all the tokens being specified,
|
||||
and the "off" setting is equivalent to none of the tokens being specified.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue