mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
commands: Modify CmdAdd and CmdLog to use context
This only sets the command properties.
This commit is contained in:
parent
a2c3d224d3
commit
9bc726ba61
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ CmdAdd::CmdAdd ()
|
|||
_read_only = false;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
_uses_context = false;
|
||||
_uses_context = true;
|
||||
_accepts_filter = false;
|
||||
_accepts_modifications = true;
|
||||
_accepts_miscellaneous = false;
|
||||
|
|
|
@ -39,7 +39,7 @@ CmdLog::CmdLog ()
|
|||
_read_only = false;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
_uses_context = false;
|
||||
_uses_context = true;
|
||||
_accepts_filter = false;
|
||||
_accepts_modifications = true;
|
||||
_accepts_miscellaneous = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue