From a8d1670ffa9e2d898a1d646954efd312db558fc6 Mon Sep 17 00:00:00 2001 From: cola119 Date: Tue, 21 Jun 2022 12:44:29 +0900 Subject: [PATCH] doc: improve description of --input-type PR-URL: https://github.com/nodejs/node/pull/43507 Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Antoine du Hamel Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- doc/api/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index 0e03658cea1af2..c51f51d206ef92 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -575,6 +575,8 @@ module. String input is input via `--eval`, `--print`, or `STDIN`. Valid values are `"commonjs"` and `"module"`. The default is `"commonjs"`. +The REPL does not support this option. + ### `--inspect-brk[=[host:]port]`