如何回答工匠命令中的问题?
$this->call('test:command', [
'model' => 'Payment3',
'--fieldsFile' => 'jsonfile',
], function($console) {
$console->writeln('No'); //answer an interactive question
$console->writeln('Yes'); //answer an interactive question 2
});