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

21 lines
412 B
Markdown
Raw Normal View History

# pixi task
> 프로젝트 환경에서 작업을 관리.
> 더 많은 정보: <https://pixi.sh/latest/reference/cli/#task>.
- 새 작업 생성:
`pixi task add {{작업_이름}} {{작업_명령}}`
- 프로젝트의 모든 작업 나열:
`pixi task list`
- 작업 제거:
`pixi task remove {{작업_이름}}`
- 작업에 대한 별칭 생성:
`pixi task alias {{별칭_이름}} {{작업1 작업2 ...}}`