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))