Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 anni fa
..
Test/Unit checkin 2 anni fa
CommandRenderer.php checkin 2 anni fa
CommandRendererBackground.php checkin 2 anni fa
CommandRendererInterface.php checkin 2 anni fa
ComplexParameter.php checkin 2 anni fa
Driver.php checkin 2 anni fa
README.md checkin 2 anni fa
Response.php checkin 2 anni fa

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.