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,16 @@
# pueue 编辑
> 编辑已存储或排队任务的命令或路径。
> 更多信息:<https://github.com/Nukesor/pueue>。
- 编辑任务,查看 `pueue status` 获取任务 ID
`pueue edit {{task_id}}`
- 编辑任务执行的路径:
`pueue edit {{task_id}} --path`
- 使用指定的编辑器编辑命令:
`EDITOR={{nano}} pueue edit {{task_id}}`