Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
mise 2024.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev committed Jan 30, 2024
1 parent 79e53ec commit 42317b1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ Examples:

## `mise plugins update [OPTIONS] [PLUGIN]...`

**Aliases:** `upgrade`
**Aliases:** `up, upgrade`

```text
Updates a plugin to the latest version
Expand Down Expand Up @@ -936,6 +936,9 @@ Options:
Read/write directly to stdin/stdout/stderr instead of by line
Configure with `raw` config or `MISE_RAW` env var
--timings
Shows elapsed time after each task
Examples:
$ mise run lint
Runs the "lint" task. This needs to either be defined in .mise.toml
Expand Down Expand Up @@ -1324,6 +1327,9 @@ Options:
Read/write directly to stdin/stdout/stderr instead of by line
Configure with `raw` config or `MISE_RAW` env var
--timings
Shows elapsed time after each task
Examples:
$ mise run lint
Runs the "lint" task. This needs to either be defined in .mise.toml
Expand Down

0 comments on commit 42317b1

Please sign in to comment.