mise tasks edit
- Usage:
mise tasks edit [-p --path] <TASK> - Source code:
src/cli/tasks/edit.rs
Edit a task with $EDITOR
The task will be created as a standalone script if it does not already exist.
Arguments
<TASK>
Task to edit
Flags
-p --path
Display the path to the task instead of editing it
Examples:
mise tasks edit build
mise tasks edit test