Documentation

- Updated NEWS file to include new config setting.
- Updated 'show' command so it knows about the new setting.
This commit is contained in:
Paul Beckingham 2013-01-01 10:13:09 -05:00
parent d7c225c87b
commit 650c6cf6bb
2 changed files with 2 additions and 0 deletions

1
NEWS
View file

@ -19,6 +19,7 @@ New commands in taskwarrior 2.2.0
New configuration options in taskwarrior 2.2.0 New configuration options in taskwarrior 2.2.0
- New color rule 'color.uda.<uda-name>'. - New color rule 'color.uda.<uda-name>'.
+ Added the configuration variable 'print.empty.columns'.
Newly deprecated features in taskwarrior 2.2.0 Newly deprecated features in taskwarrior 2.2.0

View file

@ -173,6 +173,7 @@ int CmdShow::execute (std::string& output)
" monthsperline" " monthsperline"
" nag" " nag"
" patterns" " patterns"
" print.empty.columns"
" pull.default.uri" " pull.default.uri"
" push.default.uri" " push.default.uri"
" recurrence.indicator" " recurrence.indicator"