25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 yıl önce
..
Test/Unit checkin 2 yıl önce
CommandRenderer.php checkin 2 yıl önce
CommandRendererBackground.php checkin 2 yıl önce
CommandRendererInterface.php checkin 2 yıl önce
ComplexParameter.php checkin 2 yıl önce
Driver.php checkin 2 yıl önce
README.md checkin 2 yıl önce
Response.php checkin 2 yıl önce

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.