Skip to content

Commit

Permalink
Commit from GitHub Actions (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev committed Jun 10, 2024
1 parent c450697 commit dff0b7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ In .mise.toml, tasks take this form:
outputs = ["dist/**/*.js"]
Alternatively, tasks can be defined as standalone scripts.
These must be located in the `.mise/tasks` directory.
These must be located in the `.mise/tasks`, `mise/tasks` or `.config/mise/tasks` directory.
The name of the script will be the name of the tasks.
$ cat .mise/tasks/build<<EOF
Expand Down Expand Up @@ -1110,8 +1110,9 @@ Examples:
```text
Updates mise itself
Uses the GitHub Releases API to find the latest release and binary
By default, this will also update any installed plugins
Uses the GitHub Releases API to find the latest release and binary.
By default, this will also update any installed plugins.
Uses the `GITHUB_API_TOKEN` environment variable if set for higher rate limits.
Usage: self-update [OPTIONS] [VERSION]
Expand Down Expand Up @@ -1456,7 +1457,7 @@ In .mise.toml, tasks take this form:
outputs = ["dist/**/*.js"]
Alternatively, tasks can be defined as standalone scripts.
These must be located in the `.mise/tasks` directory.
These must be located in the `.mise/tasks`, `mise/tasks` or `.config/mise/tasks` directory.
The name of the script will be the name of the tasks.
$ cat .mise/tasks/build<<EOF
Expand Down
9 changes: 5 additions & 4 deletions mise.usage.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ In .mise.toml, tasks take this form:
outputs = ["dist/**/*.js"]

Alternatively, tasks can be defined as standalone scripts.
These must be located in the `.mise/tasks` directory.
These must be located in the `.mise/tasks`, `mise/tasks` or `.config/mise/tasks` directory.
The name of the script will be the name of the tasks.

$ cat .mise/tasks/build<<EOF
Expand Down Expand Up @@ -828,8 +828,9 @@ The name of the script will be the name of the tasks.
cmd "self-update" help="Updates mise itself" {
long_help r"Updates mise itself

Uses the GitHub Releases API to find the latest release and binary
By default, this will also update any installed plugins"
Uses the GitHub Releases API to find the latest release and binary.
By default, this will also update any installed plugins.
Uses the `GITHUB_API_TOKEN` environment variable if set for higher rate limits."
flag "-f --force" help="Update even if already up to date"
flag "--no-plugins" help="Disable auto-updating plugins"
flag "-y --yes" help="Skip confirmation prompt"
Expand Down Expand Up @@ -1053,7 +1054,7 @@ In .mise.toml, tasks take this form:
outputs = ["dist/**/*.js"]

Alternatively, tasks can be defined as standalone scripts.
These must be located in the `.mise/tasks` directory.
These must be located in the `.mise/tasks`, `mise/tasks` or `.config/mise/tasks` directory.
The name of the script will be the name of the tasks.

$ cat .mise/tasks/build<<EOF
Expand Down

0 comments on commit dff0b7b

Please sign in to comment.