Open peppergrayxyz opened 2 months ago
Expected Result
Darling returns the return value of the executed command
$ darling shell echo Hello world Hello world $ echo $? 0
Actual Result
Darling returns some other status code
$ darling shell echo Hello world Hello world $ echo $? 127
Steps To Reproduce see above commands
System Information What system are you using?
Expected Result
Darling returns the return value of the executed command
Actual Result
Darling returns some other status code
Steps To Reproduce see above commands
System Information What system are you using?