I am missing some feature to prompt the user for input. In Laravel we have $this->ask('What is your age')
(https://laravel.com/docs/8.x/artisan#prompting-for-input)
I haven’t been able to find any information on this online
I am missing some feature to prompt the user for input. In Laravel we have $this->ask('What is your age')
(https://laravel.com/docs/8.x/artisan#prompting-for-input)
I haven’t been able to find any information on this online
I didn’t find any wp-cli utility either, but readline
php function works just fine.
PHPStorm warns me that ext-readline
must be enabled in order to use it, but it seems like something that is always enabled in cli environment