mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Enhancement - config command
- Added validation of rc.annotations and rc.default.priority to the config command.
This commit is contained in:
parent
4025488cf8
commit
545013e839
3 changed files with 23 additions and 2 deletions
|
@ -59,7 +59,7 @@ std::string Config::defaults =
|
|||
"# Miscellaneous\n"
|
||||
"confirmation=yes # Confirmation on delete, big changes\n"
|
||||
"echo.command=yes # Details on command just run\n"
|
||||
"annotations=full # Level of verbosity for annotations in reports\n"
|
||||
"annotations=full # Level of verbosity for annotations: full, sparse or none\n"
|
||||
"next=2 # How many tasks per project in next report\n"
|
||||
"bulk=2 # > 2 tasks considered 'a lot', for confirmation\n"
|
||||
"nag=You have higher priority tasks. # Nag message to keep you honest\n" // TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue