mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feature
- Add the configuration variable 'print.empty.columns'. - If this variable is set to 'no', columns with all empty values are not printed. This variable defaults to 'yes' (thus nothing is changed by default). - Updated taskrc.5.in to mention the new variable. - Added unit tests.
This commit is contained in:
parent
a7b20b7a4e
commit
d7c225c87b
6 changed files with 92 additions and 4 deletions
|
@ -346,6 +346,11 @@ May be yes or no, and determines whether the 'tags' command lists all the tag
|
|||
names you have used, or just the ones used in active tasks. The default value is
|
||||
"no".
|
||||
|
||||
.TP
|
||||
.B print.empty.columns=yes
|
||||
May be yes or no, and determines whether columns with no data for any task are
|
||||
printed. Defaults to yes.
|
||||
|
||||
.TP
|
||||
.B search.case.sensitive=yes
|
||||
May be yes or no, and determines whether keyword lookup and substitutions on the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue