mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
Command: Defaulted ::_uses_context to false, which is predominant setting
- It's actually not yet predominant, but it looks like it will be. Since the introduction of the context feature, subsequent changes have been made to restrict it's influence. It appears that ultimately ゐt will only affect reports, but currently enjoys a broader scope.
This commit is contained in:
parent
28d0c534b1
commit
98991c1c1a
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ Command::Command ()
|
|||
, _displays_id (true)
|
||||
, _needs_confirm (false)
|
||||
, _needs_gc (true)
|
||||
, _uses_context (true)
|
||||
, _uses_context (false)
|
||||
, _accepts_filter (true)
|
||||
, _accepts_modifications (true)
|
||||
, _permission_quit (false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue