Replies: 4 comments
|
In brief, at this moment(v1.1.12), the answer is no. |
0 replies
|
ok, thank you. |
0 replies
|
Hi Gabriel, exit code is supported in v1.1.14. Thanks for your suggestion. Example: The exitcode is working only under some scenario, please see the table at the bottom of release note of v1.1.14 for details. |
0 replies
|
Hi, ok, thank you very much! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
is it possible to obtain the exit code of a remote executed program?
example command:
$test -e /non/existent/file
this does not output anything on stdout nor stderr, but returns an exit code 1.
How can I access this code?
Thank you
Gabriel.
All reactions