Skip to content

Commit

Permalink
docs: add clarification about passing arguments to a task.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Nov 8, 2023
1 parent 0b25410 commit bf0c0c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ pixi run --frozen python
pixi run --locked python
# If you have specified a custom task in the pixi.toml you can run it with run as well
pixi run build
# Extra arguments will be passed to the tasks command.
pixi run task argument1 argument2
```

!!! info
Expand Down Expand Up @@ -139,6 +141,8 @@ Which you can then run with the `run` command:

```shell
pixi run cow
# Extra arguments will be passed to the tasks command.
pixi run test --test test1
```

### `task remove`
Expand Down

0 comments on commit bf0c0c0

Please sign in to comment.