25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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.