When `sd` doesn't match an input, it should not return with exit code `0` this will cause issues when scripting. >>> echo 'target' | sd 'miss' 'hit' && echo $? target 0
When
sddoesn't match an input, it should not return with exit code0this will cause issues when scripting.