Files
tldr/pages.zh/common/pueue-edit.md

16 lines
361 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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