From 5d4e638e3483a406dbab63ed67d889087ecbf64f Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 21 Feb 2017 23:38:42 +0100 Subject: [PATCH] doc: add changelogs for cli PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis Reviewed-By: Sam Roberts Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Italo A. Casas --- doc/api/cli.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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.