您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 年前
..
Test/Unit checkin 2 年前
CommandRenderer.php checkin 2 年前
CommandRendererBackground.php checkin 2 年前
CommandRendererInterface.php checkin 2 年前
ComplexParameter.php checkin 2 年前
Driver.php checkin 2 年前
README.md checkin 2 年前
Response.php checkin 2 年前

README.md

A library with object-oriented interface for generation of shell commands. Provides an indirection layer that can be used for customizing or testing (mocking) exec() function.

Implements placeholders for command arguments that are automatically escaped in format appropriate to the current OS. Provides ability for logging/capturing the commands and their output.