pueue-kill:tldr:45453
The command "pueue kill --all" is a command used to terminate or stop all running processes managed by Pueue.
Pueue is a command-line task management tool for Linux and macOS systems. It allows you to manage and schedule multiple commands or tasks in a queue-like manner.
The "kill" subcommand in Pueue is used to terminate running processes. The "--all" option is used to specify that you want to kill all running processes managed by Pueue. By executing this command, it will send termination signals to all tasks in the queue, causing them to stop or exit.
This command can be useful when you want to stop and clean up all the processes currently running under Pueue's management. It helps in cases where you want to halt or cancel all ongoing tasks without needing to terminate them individually.