commandManager->run($_SERVER['argv']); } catch (Exception $e) { echo "Error: " . $e->getMessage() . "\n"; exit(1); } exit($exitStatus); } }