mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Enhancement
- Stop consider new tasks after quitting a bulk change.
This commit is contained in:
parent
e5d142a468
commit
1d99260cb9
11 changed files with 23 additions and 0 deletions
|
@ -132,6 +132,8 @@ int CmdDenotate::execute (std::string& output)
|
|||
std::cout << STRING_CMD_DENO_NO << "\n";
|
||||
rc = 1;
|
||||
}
|
||||
if (_permission_quit)
|
||||
break;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue