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.
1 parent 0d0c9e6 commit f105fdeCopy full SHA for f105fde
doc/api/readline.markdown
@@ -42,8 +42,7 @@ the following values:
42
- `historySize` - maximum number of history lines retained. Defaults to `30`.
43
44
If a `completer` function is supplied, the user will not be able to enter tab
45
-characters as part of their input. If no `completer` function is supplied, tabs
46
-will be permitted in user input.
+characters as part of their input.
47
48
The `completer` function is given the current line entered by the user, and
49
is supposed to return an Array with 2 entries:
0 commit comments