Refactor shell utilities: reorganize namespaces and introduce Shell base class

This commit is contained in:
crazywhalecc
2025-08-06 20:28:25 +08:00
committed by Jerry Ma
parent cc447a089a
commit e28580de00
10 changed files with 314 additions and 150 deletions

View File

@@ -8,8 +8,8 @@ use SPC\builder\BuilderProvider;
use SPC\exception\InterruptException;
use SPC\exception\RuntimeException;
use SPC\exception\WrongUsageException;
use SPC\util\UnixShell;
use SPC\util\WindowsCmd;
use SPC\util\shell\UnixShell;
use SPC\util\shell\WindowsCmd;
use ZM\Logger\ConsoleLogger;
/**