swoft-cloud / swoft

🚀 PHP Microservice Full Coroutine Framework
https://swoft.org
Apache License 2.0
5.58k stars 786 forks source link

类似symfony console confirm #468

Closed alukaa closed 5 years ago

alukaa commented 5 years ago
Q A
Bug report? no
Feature request? no
Swoft version 10.0.
Swoole version 4.0.1
PHP version 7.2.8
Runtime environment Docker

Details

console 支持类似symfony console confirm功能否?

https://symfony.com/doc/current/components/console/helpers/questionhelper.html image

// paste output here

Provide minimal script to reproduce the issue

// paste code
inhere commented 5 years ago

有的 https://github.com/swoft-cloud/swoft-console/blob/master/src/Helper/ConsoleUtil.php#L148

if (ConsoleUtil::confirm('continue ?')) {
    // do something ...
}
alukaa commented 5 years ago

额,不好意思没仔细看源代码,谢谢