add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# pueue 杀死
> 杀死正在运行的任务或整个组。
> 更多信息:<https://github.com/Nukesor/pueue>。
- 杀死默认组中的所有任务:
`pueue kill`
- 杀死特定任务:
`pueue kill {{task_id}}`
- 杀死任务并终止其所有子进程:
`pueue kill --children {{task_id}}`
- 杀死组中的所有任务并暂停该组:
`pueue kill --group {{group_name}}`
- 杀死所有组中的所有任务并暂停所有组:
`pueue kill --all`