Skip to content

Commit

Permalink
docs: Add usage property to mise schema (#3942)
Browse files Browse the repository at this point in the history
* docs: Add usage property to mise schema

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
hverlin and autofix-ci[bot] authored Jan 4, 2025
1 parent ca257db commit 1bbe9d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/mise-task.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@
"description": "specify a shell command to run the script with",
"type": "string",
"default": "sh -c"
},
"usage": {
"description": "Specify usage (https://usage.jdx.dev/) specs for the task",
"type": "string"
}
},
"type": "object"
Expand Down
4 changes: 4 additions & 0 deletions schema/mise.json
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,10 @@
"description": "specify a shell command to run the script with",
"type": "string",
"default": "sh -c"
},
"usage": {
"description": "Specify usage (https://usage.jdx.dev/) specs for the task",
"type": "string"
}
},
"type": "object"
Expand Down

0 comments on commit 1bbe9d8

Please sign in to comment.