mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 03:07:20 +02:00
Documentation
- Updated NEWS file to include new config setting. - Updated 'show' command so it knows about the new setting.
This commit is contained in:
parent
d7c225c87b
commit
650c6cf6bb
2 changed files with 2 additions and 0 deletions
1
NEWS
1
NEWS
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue