Open
Description
In a shell script, a semi-colon indicates that the next command should run regardless of if the preceding command succeeds. However, in run_cmd!, a semi-colon behaves like &&
instead. Ideally, both &&
and ;
would be supported and behave like they do in a shell command, or if that's not possible, the README would make it extra clear how it differs.
Metadata
Metadata
Assignees
Labels
No labels