- Implemented rc.verbose=on|off|list...
- Migrated rc.blanklines to a verbosity token.
- Updated documentation.
This commit is contained in:
Paul Beckingham 2011-05-11 21:49:31 -04:00
parent adc8605b06
commit 5fa77a36de
12 changed files with 65 additions and 13 deletions

View file

@ -184,8 +184,18 @@ help text.
.SS MISCELLANEOUS
.TP
.B verbose=yes
Controls some of the verbosity of taskwarrior.
.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.
Alternatively, you can specify a comma-separated list of verbosity tokens that
control specific occasions when output is generated. This list may contain:
blanklines Inserts extra blank lines in output, for clarity
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.
.TP
.B confirmation=yes