v0.7.4: New -r/--exit-code option for bmd
✨ New features
- Add
-r/--exit-codeoption tobmdfor expected non-zero exit codes - Useful for commands like
diffthat exit 1 on differences (expected behavior, not an error) - When set,
bmdexits 0 if the command exits with the expected code, 1 otherwise