mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 21:27:19 +02:00
Feature #559
- Added feature #559, which implements a new configuration variable, rc.exit.on.missing.db, which causes taskwarrior to exit if the rc.data.location is missing (thanks to Sander Marechal).
This commit is contained in:
parent
526fa07326
commit
45a757832a
8 changed files with 86 additions and 9 deletions
|
@ -140,6 +140,7 @@ int CmdShow::execute (std::string& output)
|
|||
" echo.command"
|
||||
" edit.verbose"
|
||||
" editor"
|
||||
" exit.on.missing.db"
|
||||
" export.ical.class"
|
||||
" expressions"
|
||||
" extensions"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue