Battle Simulator CLI Tool ======================== Usage: php battle_simulator.php [options] Options: --scenario= Run specific scenario (fleet_vs_fleet, ground_assault, mixed_combat, tech_advantage) --iterations= Number of iterations (default: 10) --all Run all scenarios --benchmark Run performance benchmark --report Generate balance report --export Export results to JSON --help Show this help message Examples: php battle_simulator.php --all --iterations=100 php battle_simulator.php --scenario=fleet_vs_fleet --iterations=50 php battle_simulator.php --benchmark