mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
context: Do not use context for reports not meant for direct human consumption
This commit is contained in:
parent
97dbb0cfe4
commit
4fe23fcfcd
4 changed files with 8 additions and 8 deletions
|
@ -47,7 +47,7 @@ CmdUnique::CmdUnique ()
|
|||
_read_only = true;
|
||||
_displays_id = true;
|
||||
_needs_gc = true;
|
||||
_uses_context = true;
|
||||
_uses_context = false;
|
||||
_accepts_filter = true;
|
||||
_accepts_modifications = false;
|
||||
_accepts_miscellaneous = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue