Browse Source

update comment

nex-php
yggverse 7 months ago
parent
commit
4764674730
  1. 2
      src/nex.php

2
src/nex.php

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

Loading…
Cancel
Save