Updated Parse option to use global $argv
This commit is contained in:
parent
7f6b334d7c
commit
c9aa997e7a
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@
|
|||
*/
|
||||
public static function getArguments(): array
|
||||
{
|
||||
global $argv;
|
||||
if(self::$ArgsCache == null)
|
||||
{
|
||||
if(isset($argv))
|
||||
|
|
Loading…
Add table
Reference in a new issue