#!/usr/pkg/bin/php84
<?php

use Psalm\Internal\Cli\Psalm;

require_once __DIR__ . '/src/Psalm/Internal/Cli/Psalm.php';
Psalm::run($argv);
