1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pueue-reset.md

17 lines
347 B
Markdown
Raw Normal View History

2021-03-30 20:35:16 +02:00
# pueue reset
> Kill everything and reset.
> More information: <https://github.com/Nukesor/pueue>.
- 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 --force`