diff --git a/doc/api/cli.md b/doc/api/cli.md index 4986d019129b4e..637c1cd9050557 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -132,6 +132,13 @@ V8 inspector integration allows tools such as Chrome DevTools and IDEs to debug and profile Node.js instances. The tools attach to Node.js instances via a tcp port and communicate using the [Chrome DevTools Protocol][]. +### `--loader=file` + + +Specify the `file` of the custom [experimental ECMAScript Module][] loader. + ### `--napi-modules`