We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98435d2 + cde8bc2 commit 90f55ccCopy full SHA for 90f55cc
src/Node/ReadLine.js
@@ -11,7 +11,7 @@ exports.createInterfaceImpl = function(options) {
11
output: options.output,
12
completer: options.completer && function(line) {
13
var res = options.completer(line)();
14
- return [res.completions, res.suffix];
+ return [res.completions, res.matched];
15
},
16
terminal: options.terminal,
17
historySize: options.historySize
0 commit comments