zend-patterns / ZendServerSDK

Pure ZF2 CLI for zpk creation and webapi client.
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

Add support for a delimiter in multiple params that is not a shell special character. #45

Closed slaff closed 9 years ago

slaff commented 10 years ago

Instead of "x=1&z=test" to use something like "x=1 y=test".

slaff commented 9 years ago

One use-case from Amir Friedman:

"- it's not possible to have directives values containing the "&" character (I couldn't find a way to escape the character). For instance, it's not possible to use this command : php zs-client.phar configurationStoreDirectives --directives="error_reporting=E_ALL & ~E_NOTICE" "

boedah commented 9 years ago

Even with

?