The question will be asked until the user answer by nothing, yes, or no.
public askConfirmation ( Symfony\Component\Console\Output\OutputInterface $output, string | array $question, boolean $default = true ) : boolean | ||
$output | Symfony\Component\Console\Output\OutputInterface | |
$question | string | array | The question to ask |
$default | boolean | The default answer if the user enters nothing |
리턴 | boolean | true if the user has confirmed, false otherwise |