From ac1f9f0d018bdb83340d35b5754c7004a5efbb9c Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:48:30 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- docs/cli/run.md | 2 ++ docs/cli/tasks/run.md | 2 ++ mise.usage.kdl | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/cli/run.md b/docs/cli/run.md index 69a1eca238..97d0bede9f 100644 --- a/docs/cli/run.md +++ b/docs/cli/run.md @@ -95,6 +95,8 @@ Change how tasks information is output when running tasks - `prefix` - Print stdout/stderr by line, prefixed with the task's label - `interleave` - Print directly to stdout/stderr instead of by line +- `replacing` - Stdout is replaced each time, stderr is printed as is +- `lengthy` - Only show stdout lines if they are displayed for more than 1 second - `keep-order` - Print stdout/stderr by line, prefixed with the task's label, but keep the order of the output - `quiet` - Don't show extra output - `silent` - Don't show any output including stdout and stderr from the task except for errors diff --git a/docs/cli/tasks/run.md b/docs/cli/tasks/run.md index 9ca27991ef..a344c9d5fe 100644 --- a/docs/cli/tasks/run.md +++ b/docs/cli/tasks/run.md @@ -109,6 +109,8 @@ Change how tasks information is output when running tasks - `prefix` - Print stdout/stderr by line, prefixed with the task's label - `interleave` - Print directly to stdout/stderr instead of by line +- `replacing` - Stdout is replaced each time, stderr is printed as is +- `lengthy` - Only show stdout lines if they are displayed for more than 1 second - `keep-order` - Print stdout/stderr by line, prefixed with the task's label, but keep the order of the output - `quiet` - Don't show extra output - `silent` - Don't show any output including stdout and stderr from the task except for errors diff --git a/mise.usage.kdl b/mise.usage.kdl index 3ef86983f4..9bc39a9d98 100644 --- a/mise.usage.kdl +++ b/mise.usage.kdl @@ -1088,7 +1088,7 @@ The name of the script will be the name of the tasks. flag "-q --quiet" help="Don't show extra output" flag "-S --silent" help="Don't show any output except for errors" flag "-o --output" help="Change how tasks information is output when running tasks" { - long_help "Change how tasks information is output when running tasks\n\n- `prefix` - Print stdout/stderr by line, prefixed with the task's label\n- `interleave` - Print directly to stdout/stderr instead of by line\n- `keep-order` - Print stdout/stderr by line, prefixed with the task's label, but keep the order of the output\n- `quiet` - Don't show extra output\n- `silent` - Don't show any output including stdout and stderr from the task except for errors" + long_help "Change how tasks information is output when running tasks\n\n- `prefix` - Print stdout/stderr by line, prefixed with the task's label\n- `interleave` - Print directly to stdout/stderr instead of by line\n- `replacing` - Stdout is replaced each time, stderr is printed as is\n- `lengthy` - Only show stdout lines if they are displayed for more than 1 second\n- `keep-order` - Print stdout/stderr by line, prefixed with the task's label, but keep the order of the output\n- `quiet` - Don't show extra output\n- `silent` - Don't show any output including stdout and stderr from the task except for errors" arg "" } mount run="mise tasks --usage" @@ -1530,7 +1530,7 @@ The name of the script will be the name of the tasks. flag "-q --quiet" help="Don't show extra output" flag "-S --silent" help="Don't show any output except for errors" flag "-o --output" help="Change how tasks information is output when running tasks" { - long_help "Change how tasks information is output when running tasks\n\n- `prefix` - Print stdout/stderr by line, prefixed with the task's label\n- `interleave` - Print directly to stdout/stderr instead of by line\n- `keep-order` - Print stdout/stderr by line, prefixed with the task's label, but keep the order of the output\n- `quiet` - Don't show extra output\n- `silent` - Don't show any output including stdout and stderr from the task except for errors" + long_help "Change how tasks information is output when running tasks\n\n- `prefix` - Print stdout/stderr by line, prefixed with the task's label\n- `interleave` - Print directly to stdout/stderr instead of by line\n- `replacing` - Stdout is replaced each time, stderr is printed as is\n- `lengthy` - Only show stdout lines if they are displayed for more than 1 second\n- `keep-order` - Print stdout/stderr by line, prefixed with the task's label, but keep the order of the output\n- `quiet` - Don't show extra output\n- `silent` - Don't show any output including stdout and stderr from the task except for errors" arg "" } arg "[TASK]" help="Tasks to run\nCan specify multiple tasks by separating with `:::`\ne.g.: mise run task1 arg1 arg2 ::: task2 arg1 arg2" required=false default="default"