option('path'); $model = $this->option('model'); $this->info('Updating Models with sync data files'); (new Updater($path, $model))->run(); $this->comment('Data sync completed'); } }