-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return value of run
?
#57612
Comments
It's not in a great spot but the |
Nice! But I haven't found the fact that
"returned process object" ! Okay. It's extremely easy for a newcomer to miss this fact in the documentation. If I knew how to edit the official documents and if I knew where to write it, I would explicitly write
I know both can be inferred from the documentation if you piece together statements made at multiple places of the documentation, but it's very hard for a person who doesn't know how these functions and objects interact. |
First of all, I'm totally new here and I apologize if I'm not doing this report/question properly . . .
As in
https://discourse.julialang.org/t/getting-hold-of-error-status-from-an-external-command/126465/
run()
seems to return aProcess
object when theCmd
hasignorestatus=true
. In the above discussion thread, however, we didn't find the feature documented. Does that mean that this feature is still experimental? or is it just a matter of (finding the) documentation?The text was updated successfully, but these errors were encountered: