diff --git a/doc/api/cli.md b/doc/api/cli.md index 22bea84fb72b46..c5a32f5847246c 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -848,6 +848,13 @@ Enables report to be generated on uncaught exceptions. Useful when inspecting the JavaScript stack in conjunction with native stack and other runtime environment data. +### `--suppress-warnings` + + +Silence deprecation and experimental warnings for specified codes. + ### `--throw-deprecation`