0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
Diosney Sarmiento 9fbe456db1 repl: add support for custom completions
Allow user code to override the default `complete()` function from
`readline.Interface`. See:
https://nodejs.org/api/readline.html#readline_use_of_the_completer_function

Ref: https://github.com/nodejs/node-v0.x-archive/pull/8484

PR-URL: https://github.com/nodejs/node/pull/7527
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Lance Ball <lball@redhat.com>
2016-07-08 16:47:05 -04:00
..
_toc.md
addons.md doc: fixing minor typo in AtExit hooks section 2016-06-30 07:34:56 +02:00
all.md
assert.md
buffer.md 2016-07-06, Version 6.3.0 (Current) 2016-07-06 20:00:46 +02:00
child_process.md doc: fix detached child stdio example 2016-07-06 11:59:21 -04:00
cli.md
cluster.md
console.md
crypto.md doc: fix "sign.verify" typo in crypto doc. 2016-06-27 08:43:35 -07:00
debugger.md
dgram.md
dns.md
documentation.md
domain.md
errors.md
events.md
fs.md doc: correct added: information for fs.access 2016-06-18 21:15:52 +02:00
globals.md doc: general improvements to timers.md 2016-06-28 07:39:31 -07:00
http.md doc: fix minor style issues in http.md 2016-07-06 22:11:31 -07:00
https.md doc: fix broken refs to url.parse() in http docs 2016-06-29 04:07:28 +02:00
index.md
modules.md
net.md doc: add argument information for socket.destroy() 2016-06-21 21:07:18 -07:00
os.md doc: general improvements to os.md copy 2016-06-21 11:17:05 -07:00
path.md
process.md doc: fix documentation of process.argv 2016-07-04 16:49:01 +02:00
punycode.md
querystring.md
readline.md readline: allow passing prompt to constructor 2016-06-25 12:10:28 -05:00
repl.md repl: add support for custom completions 2016-07-08 16:47:05 -04:00
stream.md doc: fix link in the stream doc 2016-06-23 22:14:03 +02:00
string_decoder.md
synopsis.md
timers.md doc: add added: information for timers 2016-07-05 21:49:21 +02:00
tls.md doc: add added: information for tls 2016-06-23 02:01:29 +02:00
tty.md
url.md
util.md util: add an option for configuring break length 2016-07-05 10:17:28 -04:00
v8.md
vm.md vm: add ability to break on sigint/ctrl+c 2016-06-18 20:44:16 +02:00
zlib.md