Example #1
0
 /**
  * Kullanıcıdan sorunun doğrulanmasını ister
  *
  * @param  string $question
  * @param  bool $default
  * @return bool
  */
 public function confirm($question, $default = false)
 {
     return $this->output->confirm($question, $default);
 }