mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Context no longer applies to any helper command.
This commit is contained in:
parent
3df84516d2
commit
6c31098ad2
1 changed files with 3 additions and 2 deletions
|
@ -573,7 +573,8 @@ void CLI2::addContextFilter ()
|
|||
// The 'undo' command does not apply context.
|
||||
auto cmd = getCommand ();
|
||||
if (cmd == "undo" ||
|
||||
cmd == "export")
|
||||
cmd == "export" ||
|
||||
cmd[0] == '_')
|
||||
return;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue