Exemplo n.º 1
0
 /**
  * Initialize/config.
  *
  * @since 15xxxx Initial release.
  */
 protected function initConfig()
 {
     parent::initConfig();
     if ($this->sub_command->slug === 'todo') {
         $this->type = 'todo';
     }
 }