nunomaduro / termwind

🍃 In short, it's like Tailwind CSS, but for the PHP command-line applications.
MIT License
2.29k stars 78 forks source link

feat: Allow to use `SymfonyStyle` ask method if exists. #156

Closed xiCO2k closed 2 years ago

xiCO2k commented 2 years ago

This PR adds the capability to use SymfonyStyle ask method if exists, instead of using the QuestionHelper method directly.

This way it for assertions on Laravel it will work for expectQuestion just like the $this->ask method.