我正在尝试创建一个 symfony 控制台命令。我正在使用 symfony Question 来征求意见。但是在控制台中输入并没有通过“输入”键完成
这是我在命令执行方法中的代码:
$io = new SymfonyStyle($input, $output);
$passQ = new Question('<question>Please enter the password for the user</question>', 'password');
$password_raw = $io->askQuestion($passQ);
这就是我在控制台中的内容:
Please enter the password for the user [password]:
> lololo
q
nckvndk\
^C