From 8d3758487498e3c1edfd0f6f4d36d0fb3a3fab4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Fri, 16 Aug 2024 01:56:33 +0100 Subject: [PATCH] doc: add versions when `--watch-preserve-output` was added MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/54328 Refs: https://github.com/nodejs/node/pull/45717 Reviewed-By: Jake Yuesong Li Reviewed-By: Luigi Pinca Reviewed-By: Debadree Chatterjee Reviewed-By: Ulises Gascón Reviewed-By: Moshe Atlow --- doc/api/cli.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index c90f3763f3d523..6ba4aa1762c2cc 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2738,6 +2738,12 @@ when the option is used on a platform that does not support it. ### `--watch-preserve-output` + + Disable the clearing of the console when watch mode restarts the process. ```bash