From 6a67fe50af5963e51088be71d8326043e017e9a6 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 49c52abca26cf7..7133a7a369bdfd 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2758,6 +2758,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