Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin há 2 anos
..
Test/Unit checkin há 2 anos
CommandRenderer.php checkin há 2 anos
CommandRendererBackground.php checkin há 2 anos
CommandRendererInterface.php checkin há 2 anos
ComplexParameter.php checkin há 2 anos
Driver.php checkin há 2 anos
README.md checkin há 2 anos
Response.php checkin há 2 anos

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.