#!/usr/bin/env php $exception->getMessage(), 'file'=>$exception->getFile().' line:'.$exception->getLine(), 'trace'=>$exception->getTrace() ]); } protected static function newWorker(){ $work=new WO(); $work->name=class_basename(static::class); return $work; } } foreach (glob(__DIR__.'/commands/*.php') as $file){ require $file; } //require __DIR__.'/commands/bug_report.php'; WO::runAll();