Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tasks/file-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In addition to defining tasks through the configuration, they can also be define
- `.mise/tasks/:task_name`
- `.config/mise/tasks/:task_name`

Note that you can include additional directories using the [task_config](/tasks/task-configuration.html#task-config-options) section.
Note that you can configure directories using the [task_config](/tasks/task-configuration.html#task-config-options) section.

Here is an example of a file task that builds a Rust CLI:

Expand Down
Loading