mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07: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
|
@ -515,7 +515,8 @@ bool Context::verbose (const std::string& token)
|
|||
verbosity[0] != "edit" && //
|
||||
verbosity[0] != "special" && //
|
||||
verbosity[0] != "project" && //
|
||||
verbosity[0] != "sync") //
|
||||
verbosity[0] != "sync" && //
|
||||
verbosity[0] != "filter") //
|
||||
{
|
||||
verbosity.clear ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue