We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
as long as confirmation=no is set, deletion of tasks works fine. Otherwise it stays in a endless loop and crashes.
The text was updated successfully, but these errors were encountered:
With mjheagle8's blessing, I'm taking over maintenance of this project. If you still care about this issue, please reopen it over at my fork.
Sorry, something went wrong.
hey i have the same behavior even when the config file has confirmation=no
@MartinEtcheverry It's the task configuration that needs confirmation=no. Set it like this:
task
confirmation=no
$ task config confirmation no
Or add to ~/.taskrc:
tasknc doesn't crash for me if I do that.
task: Disable delection confirmation
1c7a158
lharding/tasknc#26
No branches or pull requests
Hi,
as long as confirmation=no is set, deletion of tasks works fine. Otherwise it stays in a endless loop and crashes.
The text was updated successfully, but these errors were encountered: