-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I'm trying out Rambo to monitor long-running Ruby processes. Thank you for your work!
If I run something like:
Rambo.run("incorrect_command", log: true)I will get {:error, "rambo exited with 0"} as the output.
But if I run this from the command line, instead I will get -bash: incorrect_command: command not found.
I found the error message somewhat surprising (even if I understand where it comes from).
Should it instead capture & return the output of bash?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels