update comment

This commit is contained in:
yggverse 2024-04-27 00:49:22 +03:00
parent c9bc88ee7d
commit 4764674730

View File

@ -6,7 +6,7 @@ require_once __DIR__ .
DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'vendor' .
DIRECTORY_SEPARATOR . 'autoload.php'; DIRECTORY_SEPARATOR . 'autoload.php';
// Parse requested arguments // Parse startup arguments
foreach ((array) $argv as $item) foreach ((array) $argv as $item)
{ {
if (preg_match('/^(?<key>[^=]+)=(?<value>.*)$/', $item, $argument)) if (preg_match('/^(?<key>[^=]+)=(?<value>.*)$/', $item, $argument))