コード例 #1
0
ファイル: Application.php プロジェクト: umpirsky/ko-worker
 protected function isValidCommandLine()
 {
     return $this->opts->count() !== 0 && file_exists($this->opts['config']);
 }