Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 lat temu
..
Test/Unit checkin 2 lat temu
CommandRenderer.php checkin 2 lat temu
CommandRendererBackground.php checkin 2 lat temu
CommandRendererInterface.php checkin 2 lat temu
ComplexParameter.php checkin 2 lat temu
Driver.php checkin 2 lat temu
README.md checkin 2 lat temu
Response.php checkin 2 lat temu

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.