Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin před 2 roky
..
Test/Unit checkin před 2 roky
CommandRenderer.php checkin před 2 roky
CommandRendererBackground.php checkin před 2 roky
CommandRendererInterface.php checkin před 2 roky
ComplexParameter.php checkin před 2 roky
Driver.php checkin před 2 roky
README.md checkin před 2 roky
Response.php checkin před 2 roky

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.