Forrest logo
back to the pueue tool

pueue-restart:tldr:63132

pueue-restart: Restart all failed tasks and stash them.
$ pueue restart --all-failed --stashed
try on your machine

This command is composed of three parts: "pueue restart," "--all-failed," and "--stashed."

  1. The "pueue restart" part is the main command, instructing the Pueue task manager to restart certain tasks.

  2. "--all-failed" is an option that tells Pueue to restart all tasks that have previously failed. This means that any tasks that encountered errors or failed to complete will be restarted.

  3. "--stashed" is another option that tells Pueue to restart any tasks that were previously paused or stashed. Paused or stashed tasks are tasks that were intentionally stopped or put on hold, and this option allows them to be resumed.

So, in summary, this command instructs the Pueue task manager to restart all previously failed tasks and also resumes any paused or stashed tasks.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pueue tool