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:
Paul Beckingham 2015-09-05 15:27:04 -04:00
parent 28d0c534b1
commit 98991c1c1a

View file

@ -220,7 +220,7 @@ Command::Command ()
, _displays_id (true) , _displays_id (true)
, _needs_confirm (false) , _needs_confirm (false)
, _needs_gc (true) , _needs_gc (true)
, _uses_context (true) , _uses_context (false)
, _accepts_filter (true) , _accepts_filter (true)
, _accepts_modifications (true) , _accepts_modifications (true)
, _permission_quit (false) , _permission_quit (false)