From 6cf328d7036c3fb53304802b734d13f432d33b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Mon, 12 Aug 2024 10:15:58 +0100 Subject: [PATCH] doc: add versions when `--watch-preserve-output` was added --- doc/api/cli.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index 27e21835fd5b27..6026fe25d05645 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2727,6 +2727,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