From 2f05f908989305ba7c5b8cd78036fa48805b36b0 Mon Sep 17 00:00:00 2001 From: gustaf <18744409+gurkodil@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:31:02 +0200 Subject: [PATCH] docs(CLI): add details for disabling --silent --- docs/CLI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CLI.md b/docs/CLI.md index 59fcd897806e..3ffc88d52ea2 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -447,9 +447,9 @@ Prints the seed value in the test report summary. See [`--seed=`](#--seednu Can also be set in configuration. See [`showSeed`](Configuration.md#showseed-boolean). -### `--silent` +### `--silent[=]` -Prevent tests from printing messages through the console. +Prevent tests from printing messages through the console. Defaults to true. Disable using `--no-silent` or `--silent=false`. ### `--testEnvironmentOptions=`