Esempio n. 1
0
 protected function isValidCommandLine()
 {
     return $this->opts->count() !== 0 && file_exists($this->opts['config']);
 }