mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
463 B
Plaintext
22 lines
463 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pueue reset
|
|
|
|
> Kill everything and reset.
|
|
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
|
|
|
- Kill all tasks and remove everything (logs, status, groups, task IDs):
|
|
|
|
`pueue reset`
|
|
|
|
- Kill all tasks, terminate their children, and reset everything:
|
|
|
|
`pueue reset --children`
|
|
|
|
- Reset without asking for confirmation:
|
|
|
|
`pueue reset {{[-f|--force]}}`
|