From 42317b14c0953d1dfc4c80864ffbc00daaa56bd1 Mon Sep 17 00:00:00 2001 From: mise releases Date: Tue, 30 Jan 2024 17:44:57 +0000 Subject: [PATCH] mise 2024.1.32 --- cli/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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