No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin hace 2 años
..
Test/Unit checkin hace 2 años
CommandRenderer.php checkin hace 2 años
CommandRendererBackground.php checkin hace 2 años
CommandRendererInterface.php checkin hace 2 años
ComplexParameter.php checkin hace 2 años
Driver.php checkin hace 2 años
README.md checkin hace 2 años
Response.php checkin hace 2 años

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.