You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pueue remove doesn't remove the task logs. This is fixed in 43a26de pueue clean indeed removes task logs, but only if the log hasn't been removed yet (which was a bug). pueue reset removes everything.
Describe the bug
Logs are accumulated in
task_logs/
directory despite runningpueue remove
andpueue clean
.To Reproduce
Steps to reproduce the behavior:
pueue remove
pueue clean -s
~/.local/share/pueue/task_logs/
despite thisExpected behavior
The help text clearly says that
pueue clean
should remove logs, and I believe evenpueue remove
should do so.This is using latest version 0.12.1.
The text was updated successfully, but these errors were encountered: