add new chinese translations
This commit is contained in:
20
pages.zh/common/pixi-task.md
Normal file
20
pages.zh/common/pixi-task.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# pixi 任务
|
||||
|
||||
> 在项目环境中管理任务。
|
||||
> 更多信息:<https://pixi.sh/latest/reference/cli/#task>。
|
||||
|
||||
- 创建一个新任务:
|
||||
|
||||
`pixi task add {{任务名称}} {{任务命令}}`
|
||||
|
||||
- 列出项目中的所有任务:
|
||||
|
||||
`pixi task list`
|
||||
|
||||
- 移除一个任务:
|
||||
|
||||
`pixi task remove {{任务名称}}`
|
||||
|
||||
- 为任务创建别名:
|
||||
|
||||
`pixi task alias {{别名名称}} {{任务1 任务2 ...}}`
|
Reference in New Issue
Block a user