Linux command
pueue-clean 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Clean finished tasks
pueue clean
Clean successful tasks only
pueue clean --successful-only
Clean specific group
pueue clean --group [group]
说明
pueue clean removes finished tasks (both successful and failed) from the pueue task queue, keeping the status display uncluttered. Use --successful-only to retain failed tasks for investigation while clearing completed ones.
参数
- --successful-only
- Only remove successfully finished tasks, keeping failed tasks for investigation.
- --group _NAME_
- Only clean tasks of a specific group.
FAQ
What is the pueue-clean command used for?
pueue clean removes finished tasks (both successful and failed) from the pueue task queue, keeping the status display uncluttered. Use --successful-only to retain failed tasks for investigation while clearing completed ones.
How do I run a basic pueue-clean example?
Run `pueue clean` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --successful-only do in pueue-clean?
Only remove successfully finished tasks, keeping failed tasks for investigation.