nunomaduro / laravel-console-menu

🔘 Beautiful PHP CLI menus. Is a php-school/cli-menu wrapper for Laravel/Artisan Console Commands
MIT License
802 stars 40 forks source link

Strange display error #16

Closed ben182 closed 6 years ago

ben182 commented 6 years ago

Hi,

after upgrading to 2.0, I have some strange displaying bug: image

I use the following code: $option = $this->menu('Install ' . $sTitle . '?', [ 'yes', 'no', ])->disableDefaultItems()->open();

nunomaduro commented 6 years ago

This repository is just a wrapper on top of cli-menu. You should create an issue on the following repository: https://github.com/php-school/cli-menu.

Thanks! 👍