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

->close() and ->redraw() not supported? #18

Closed vesper8 closed 5 years ago

vesper8 commented 5 years ago

I've been using more and more advanced functionality from https://github.com/php-school/cli-menu and am noticing that the ->close() and ->redraw() methods are not callable?

I would like to make use of them for a special case which I think they can solve

mikeerickson commented 5 years ago

Seeing as this repo is a wrapper around the cli-menu package, you could just use actual php-cli-menu package directly