diff --git a/doc/api/cli.md b/doc/api/cli.md index 1703fcd732ee65..b381f35b56679e 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2616,6 +2616,18 @@ added: Prints a stack trace whenever an environment is exited proactively, i.e. invoking `process.exit()`. +### `--trace-require-module=mode` + + + +Prints information about usage of [Loading ECMAScript modules using `require()`][]. + +When `mode` is `all`, all usage is printed. When `mode` is `no-node-modules`, usage +from the `node_modules` folder is excluded. + ### `--trace-sigint`