You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Chapter 8 - The Power of Readline: It lists the Node.js REPL as an example of a program that uses GNU Readline, but Node actually uses it's own JS parser which ignores the .inputrc file. If you need alternative example, Ruby's REPL (irb) uses Readline.
The text was updated successfully, but these errors were encountered:
In Chapter 8 - The Power of Readline: It lists the Node.js REPL as an example of a program that uses GNU Readline, but Node actually uses it's own JS parser which ignores the .inputrc file. If you need alternative example, Ruby's REPL (irb) uses Readline.
The text was updated successfully, but these errors were encountered: