Update cli test authored by Martin Straka's avatar Martin Straka
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
Return Return
* [status] - 0 is success, 1 error. * [status] - 0 is success, 1 error.
* Message/envelope/delivery info ZFO/PDF file saved to target path if was set.
* if an error then error code and its description are writing into stderr. * if an error then error code and its description are writing into stderr.
Example: Example:
...@@ -29,7 +28,8 @@ datovka --login "username='xxxxxx'" --export-msg "dmID='123456789',exportPath='C ...@@ -29,7 +28,8 @@ datovka --login "username='xxxxxx'" --export-msg "dmID='123456789',exportPath='C
Return Return
* [status] - 0 is success, 1 error. * [status] - 0 is success, 1 error.
* List of message ID of files saved to target path if was set. * List of exported message ID.
* List of non-exported message ID.
* if an error then error code and its description are writing into stderr. * if an error then error code and its description are writing into stderr.
Example: Example:
... ...
......