dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Outputs delimeter+command after giving a command in GitBash (Windows 7) #92

Open MatteoGgl opened 8 years ago

MatteoGgl commented 8 years ago

I was just trying the tutorial linked in the front page and when testing it, my CLI interface has an error in displaying the output:

$ node daffy.js
daffy$ duck <--- Input 
daffy$ duck <--- Repeated by the CLI
Wabbit
daffy$

Outputs works correctly on Windows cmd.

dthree commented 8 years ago

What OS / terminal?

MatteoGgl commented 8 years ago

Terminal is GitBash (MINGW64), installed with Git for Windows. OS is Windows 7.

dthree commented 8 years ago

Okay thanks I'll check it out.