From ceab78f9d8738b0a0036aeb59fe973459cf529b2 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Wed, 18 Apr 2018 08:50:35 -0700 Subject: doc: fully document --experimental-repl-await PR-URL: https://github.com/nodejs/node/pull/20133 Fixes: https://github.com/nodejs/node/pull/19604#issuecomment-382427090 Reviewed-By: Richard Lau Reviewed-By: Vse Mozhet Byt Reviewed-By: Gus Caplan Reviewed-By: Ujjwal Sharma Reviewed-By: Trivikram Kamat Reviewed-By: James M Snell --- doc/api/repl.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/api/repl.md') diff --git a/doc/api/repl.md b/doc/api/repl.md index 3a5134d1e2..46cac0df3e 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -181,7 +181,7 @@ Error: foo #### `await` keyword -With the `--experimental-repl-await` command line option specified, +With the [`--experimental-repl-await`][] command line option specified, experimental support for the `await` keyword is enabled. @@ -612,6 +612,7 @@ a `net.Server` and `net.Socket` instance, see: https://gist.github.com/2209310 For an example of running a REPL instance over [curl(1)][], see: https://gist.github.com/2053342 +[`--experimental-repl-await`]: cli.html#cli_experimental_repl_await [`readline.InterfaceCompleter`]: readline.html#readline_use_of_the_completer_function [`readline.Interface`]: readline.html#readline_class_interface [`util.inspect()`]: util.html#util_util_inspect_object_options -- cgit v1.2.3