product = $product; } /** * Execute the console command. * * @return mixed */ public function handle() { if ($this->argument('value') == 'products') { $this->comment('Under development.'); } else { $this->line('Sorry, generate option is either invalid or does not exist.'); } } }