mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 07:15:38 +08:00
Refactor shell utilities: reorganize namespaces and introduce Shell base class
This commit is contained in:
@@ -8,7 +8,7 @@ use SPC\builder\freebsd\library\BSDLibraryBase;
|
||||
use SPC\builder\linux\library\LinuxLibraryBase;
|
||||
use SPC\builder\macos\library\MacOSLibraryBase;
|
||||
use SPC\exception\RuntimeException;
|
||||
use SPC\util\UnixShell;
|
||||
use SPC\util\shell\UnixShell;
|
||||
|
||||
class UnixAutoconfExecutor extends Executor
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user