nanovazquez / yargs-interactive

Interactive support for yargs
MIT License
46 stars 9 forks source link

Checkbox list doesn't work on Linux #19

Closed favna closed 5 years ago

favna commented 5 years ago

I just implemented this code with a single param of type checkbox and it works perfectly fine on my Windows machine (using Git Bash with powerline), but on my Linux hosting machine (Shell: zsh v5.4.2 / bash v4.4.20 | Distro: Ubuntu 18.04.3 LTS) it completely breaks. Linux at the top.

image

And this is the list I'm feeding the checkbox command as choices: image

The sourecode is on GitHub: https://github.com/Favna/ribbon/ Or the specific commit which adds the file where I use yargs interactive: https://github.com/Favna/ribbon/commit/fcaa7f8345e6d7640c32595f0676435757d38964

favna commented 5 years ago

nevermind it was something else