mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdModify: Do not use filter context
This commit is contained in:
parent
5ab0a920cc
commit
97dbb0cfe4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ CmdModify::CmdModify ()
|
|||
_read_only = false;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
_uses_context = true;
|
||||
_uses_context = false;
|
||||
_accepts_filter = true;
|
||||
_accepts_modifications = true;
|
||||
_accepts_miscellaneous = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue