Hi
I want to get final command to execute on other server
how I can after set all parameter get the command?
thanks
It's not possible, but it would be quite useful for debugging purposes... will have a look as soon as possible...
thanks a lot
That would be a very useful feature - verbose or dry run. Currently my method is to set an additional parameter that I know will cause an error, and see the output in console. For example:
$format->setAdditionalParameters(array('stupidflag', 'iknowthiswontwork'));
@adriangoris
please share more about your solution?
Most helpful comment
It's not possible, but it would be quite useful for debugging purposes... will have a look as soon as possible...