In taskwarrior there are some commands which need confirmirmation, like deleting more than 2 tasks or modify recurring tasks. I don't want to confirm every time and I have already set "confirmation off" in file .taskrc .
I'm using the subprocess module in python to invoke taskwarrior commands. I'm calling for example task del 1,2,3
and the shell waits now for a manual confirmation of the deletion request.
How can I avoid the manual confirmation?