dthree / vorpal

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

Complex inputs renders weird stuff to the screen #345

Open antoinechalifour opened 5 years ago

antoinechalifour commented 5 years ago

Hi there,

When using more "complex" commands, weird stuff happens:

image

Here is the command:

import curl "curl 'https://pokeapi.co/api/v2/pokemon/mew' -H 'accept-encoding: gzip, deflate, br' -H 'referer: https://pokeapi.co/' -H 'authority: pokeapi.co' -compressed"
rbndg commented 4 years ago

I'm having the same issue, I think this is related to pasting something