php-school / cli-menu

🖥 Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
http://www.phpschool.io
MIT License
1.94k stars 106 forks source link

stty: invalid argument ‘canon’ #218

Closed jtreminio closed 4 years ago

jtreminio commented 4 years ago

Commit f796a5ae8147896edb0988d782b082ef9708f26e introduced bug where stty: invalid argument ‘canon’ is echoed on exiting.

stty: invalid argument ‘canon’
Try 'stty --help' for more information.
AydinHassan commented 4 years ago

Run composer update that dependency bump fixes the command. https://github.com/php-school/terminal/commit/725f86c7db996a4cf65648022f17e22391e97320

jtreminio commented 4 years ago

Sure does, thanks!