mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Verbosity
- New verbosity token 'filter' shows the complete filter used by the last command.
This commit is contained in:
parent
58d8938fda
commit
d53c432ff9
6 changed files with 13 additions and 27 deletions
|
@ -79,7 +79,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,project,sync\n"
|
||||
"#verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync,filter\n"
|
||||
"confirmation=yes # Confirmation on delete, big changes\n"
|
||||
"indent.annotation=2 # Indent spaces for annotations\n"
|
||||
"indent.report=0 # Indent spaces for whole report\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue