public function __construct()
 {
     parent::__construct();
     $this->mDescription = "Imports a generic MetricsReporting CSV file into its table";
     $this->addArg('table', 'Table to import file to');
     $this->addArg('file', 'File to import');
 }
 public function __construct()
 {
     parent::__construct();
     $this->mDescription = "Grabs and does stuff with a Google Documents Spreadsheet";
 }