From 4764674730cb008fd9f889eac46940e203d9b9f3 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 27 Apr 2024 00:49:22 +0300 Subject: [PATCH] update comment --- src/nex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nex.php b/src/nex.php index e3518e3..886267d 100644 --- a/src/nex.php +++ b/src/nex.php @@ -6,7 +6,7 @@ require_once __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php'; -// Parse requested arguments +// Parse startup arguments foreach ((array) $argv as $item) { if (preg_match('/^(?[^=]+)=(?.*)$/', $item, $argument))