diff --git a/doc/api/cli.md b/doc/api/cli.md index a03b0c507c646c..720108e1b3e836 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -43,6 +43,10 @@ The output of this option is less detailed than this document. ### `-e`, `--eval "script"` Evaluate the following argument as JavaScript. The modules which are @@ -52,6 +56,10 @@ predefined in the REPL can also be used in `script`. ### `-p`, `--print "script"` Identical to `-e` but prints the result. @@ -59,7 +67,9 @@ Identical to `-e` but prints the result. ### `-c`, `--check` Syntax check the script without executing.