tighten / takeout

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
MIT License
1.6k stars 83 forks source link

Fix start and stop command bug where default menu closes early #214

Closed delta1186 closed 3 years ago

delta1186 commented 3 years ago

This should resolve issue #211. Apparently my original implementation to close the start and stop command menu if only the exit item remained did not work for the default menu layout. This has been reworked and now works as intended.

mattstauffer commented 3 years ago

Thanks so much @delta1186!