mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Config: Cleaned up verbose entry - it is defaults, not documentation.
This commit is contained in:
parent
6bcbcbb363
commit
d50372b799
1 changed files with 1 additions and 4 deletions
|
@ -75,11 +75,8 @@ std::string Config::_defaults =
|
||||||
"reserved.lines=1 # Assume a 1-line prompt\n"
|
"reserved.lines=1 # Assume a 1-line prompt\n"
|
||||||
"\n"
|
"\n"
|
||||||
"# Miscellaneous\n"
|
"# Miscellaneous\n"
|
||||||
"verbose=yes # Provide maximal feedback\n"
|
|
||||||
"#verbose=no # Provide regular feedback\n"
|
|
||||||
"#verbose=nothing # Provide no feedback\n"
|
|
||||||
"# # Comma-separated list. May contain any subset of:\n"
|
"# # Comma-separated list. May contain any subset of:\n"
|
||||||
"#verbose=blank,header,footnote,label,new-id,new-uuid,affected,edit,special,project,sync,filter,unwait,recur\n"
|
"verbose=blank,header,footnote,label,new-id,new-uuid,affected,edit,special,project,sync,unwait,recur\n"
|
||||||
"confirmation=yes # Confirmation on delete, big changes\n"
|
"confirmation=yes # Confirmation on delete, big changes\n"
|
||||||
"recurrence=yes # Enable recurrence\n"
|
"recurrence=yes # Enable recurrence\n"
|
||||||
"recurrence.confirmation=prompt # Confirmation for propagating changes among recurring tasks (yes/no/prompt)\n"
|
"recurrence.confirmation=prompt # Confirmation for propagating changes among recurring tasks (yes/no/prompt)\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue