mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 12:17:20 +02:00
Context: Add news.version among configuration defaults
Otherwise news.version shows up as unrecognized variable.
This commit is contained in:
parent
4d85031b90
commit
34c12a7b78
2 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,7 @@ std::string configurationDefaults =
|
|||
"expressions=infix # Prefer infix over postfix expressions\n"
|
||||
"json.array=1 # Enclose JSON output in [ ]\n"
|
||||
"abbreviation.minimum=2 # Shortest allowed abbreviation\n"
|
||||
"news.version= # Latest version higlights read by the user\n"
|
||||
"\n"
|
||||
"# Dates\n"
|
||||
"dateformat=Y-M-D # Preferred input and display date format\n"
|
||||
|
|
|
@ -177,6 +177,7 @@ int CmdShow::execute (std::string& output)
|
|||
" list.all.tags"
|
||||
" locking"
|
||||
" nag"
|
||||
" news.version"
|
||||
" obfuscate"
|
||||
" print.empty.columns"
|
||||
" recurrence"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue