Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Test/Unit checkin il y a 2 ans
CommandRenderer.php checkin il y a 2 ans
CommandRendererBackground.php checkin il y a 2 ans
CommandRendererInterface.php checkin il y a 2 ans
ComplexParameter.php checkin il y a 2 ans
Driver.php checkin il y a 2 ans
README.md checkin il y a 2 ans
Response.php checkin il y a 2 ans

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.