You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 vuotta sitten
..
Test/Unit checkin 2 vuotta sitten
CommandRenderer.php checkin 2 vuotta sitten
CommandRendererBackground.php checkin 2 vuotta sitten
CommandRendererInterface.php checkin 2 vuotta sitten
ComplexParameter.php checkin 2 vuotta sitten
Driver.php checkin 2 vuotta sitten
README.md checkin 2 vuotta sitten
Response.php checkin 2 vuotta sitten

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.