Artisan::command('build {project}', function ($project) { $this->info("Building {$project}!"); })->describe('Build the project');