doc: improve description of --input-type

PR-URL: https://github.com/nodejs/node/pull/43507
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
This commit is contained in:
cola119 2022-06-21 12:44:29 +09:00 committed by Node.js GitHub Bot
parent 743d0acd4b
commit a81b4ebb75

View File

@ -597,6 +597,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]`
<!-- YAML