Example #1
0
 /**
  * Do it! Prompt the user for information!
  *
  * @return string
  */
 public function prompt()
 {
     $this->output->write($this->parser->apply($this->promptFormatted()));
     $this->writeCheckboxes();
     $this->util->system->exec('stty sane');
     return $this->checkboxes->getCheckedValues();
 }
Example #2
0
 /**
  * Do it! Prompt the user for information!
  *
  * @return string
  */
 public function prompt()
 {
     $this->output->write($this->parser->apply($this->promptFormatted()));
     $this->writeCheckboxes();
     return $this->checkboxes->getCheckedValues();
 }