diff --git a/doc/api/cli.md b/doc/api/cli.md index 6b1860ecc81980..776292d0a67930 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1028,6 +1028,10 @@ Valid values are `"commonjs"` and `"module"`. The default is `"commonjs"`. The REPL does not support this option. +Additional details: +* Default input type can be altered with [`--experimental-default-type=module`][] +* [`--print`][] does not support `--input-type=module` + ### `--insecure-http-parser`