diff --git a/cli/index.md b/cli/index.md index c5af25a..fb5ca69 100644 --- a/cli/index.md +++ b/cli/index.md @@ -782,7 +782,7 @@ Examples: ## `mise plugins update [OPTIONS] [PLUGIN]...` -**Aliases:** `upgrade` +**Aliases:** `up, upgrade` ```text Updates a plugin to the latest version @@ -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 @@ -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