Skip to content

Commit

Permalink
docs: Fix Options example in documentation (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravkumar37 authored Sep 20, 2024
1 parent 0e196d6 commit 663170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/toml-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Example:

```toml
[tasks.test]
run = 'cargo test {{arg(name="file")}}'
run = 'cargo test {{option(name="file")}}'
# execute: mise run test --file my-test-file
# runs: cargo test my-test-file
```
Expand Down

0 comments on commit 663170b

Please sign in to comment.