Options (4)
-k, --immediatelybooleanRestart multiple tasks at once, and start them immediately (do not enqueue)
Example:
pueue restart {{[-k|--immediately]}} {{task_id}} {{task_id}}-e, --editbooleanEdit a command before restarting
Example:
pueue restart {{[-e|--edit]}} {{task_id}}-i, --in-placebooleanRestart a task in-place (without enqueuing as a separate task)
Example:
pueue restart {{[-i|--in-place]}} {{task_id}}-a, --all-failedbooleanRestart all failed tasks and stash them
Example:
pueue restart {{[-a|--all-failed]}} --stashedExamples (6)
Restart a specific task
pueue restart task_idRestart multiple tasks at once, and start them immediately (do not enqueue)
pueue restart [-k|--immediately] task_id task_idRestart a specific task from a different path
pueue restart --edit-path task_idEdit a command before restarting
pueue restart [-e|--edit] task_idRestart a task in-place (without enqueuing as a separate task)
pueue restart [-i|--in-place] task_idRestart all failed tasks and stash them
pueue restart [-a|--all-failed] --stashedmade by @shridhargupta | data from tldr-pages