Updated Parse option to use global $argv

This commit is contained in:
Netkas 2022-12-19 23:33:29 -05:00
parent 7f6b334d7c
commit c9aa997e7a

View file

@ -87,6 +87,7 @@
*/
public static function getArguments(): array
{
global $argv;
if(self::$ArgsCache == null)
{
if(isset($argv))