選択できるのは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.