option('older-than'); if ($older_than > 0) { $count = Build_Manager::clear_temp($older_than); $this->info("Cleared $count temporary files older than $older_than hours."); } else { $count = Build_Manager::clear_temp(); $this->info("Cleared all $count temporary files."); } return 0; } }