mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Bug
- Fixed problem where 'project' was not supported as a verbosity token (thanks to Adam Gibbins).
This commit is contained in:
parent
deb12102f6
commit
80d6655709
17 changed files with 35 additions and 17 deletions
|
@ -82,7 +82,7 @@ std::string Config::_defaults =
|
|||
"#verbose=no # Provide regular feedback\n"
|
||||
"#verbose=nothing # Provide no feedback\n"
|
||||
"# # Comma-separated list. May contain any subset of:\n"
|
||||
"#verbose=blank,header,footnote,label,new-id,affected,edit,special\n"
|
||||
"#verbose=blank,header,footnote,label,new-id,affected,edit,special,project\n"
|
||||
"confirmation=yes # Confirmation on delete, big changes\n"
|
||||
"annotations=full # Level of verbosity for annotations: full, sparse or none\n"
|
||||
"indent.annotation=2 # Indent spaces for annotations\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue