mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdExport: Do not use context
Per the design of the context feature, 'task export' is not supposed to leverage context. This is a regression from 2.4.4.
This commit is contained in:
parent
5325efbd07
commit
d006a2820b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ CmdExport::CmdExport ()
|
|||
_read_only = true;
|
||||
_displays_id = true;
|
||||
_needs_gc = true;
|
||||
_uses_context = true;
|
||||
_uses_context = false;
|
||||
_accepts_filter = true;
|
||||
_accepts_modifications = false;
|
||||
_accepts_miscellaneous = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue