mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
add doctor command
This commit is contained in:
@@ -105,7 +105,7 @@ function f_mkdir(string $directory, int $permissions = 0777, bool $recursive = f
|
||||
return mkdir($directory, $permissions, $recursive);
|
||||
}
|
||||
|
||||
function shell(): UnixShell
|
||||
function shell(?bool $debug = null): UnixShell
|
||||
{
|
||||
return new UnixShell();
|
||||
return new UnixShell($debug);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user