使用Node CLI,我可以将其添加到我的shell statup文件中:
alias node='env NODE_NO_READLINE=1 rlwrap -S "> " node'
当我现在运行node
时,我可以按“向上”箭头键,并将上一个会话中的上一个命令放在命令提示符下。根据{{3}}。另请参阅this SO answer。
我希望将此功能与iojs' history support一起使用,但将别名从node
更改为babel-node
不会改变其行为。
[编辑]:我在Github上添加了Babel CLI。