(no title)
KerrickStaley | 13 days ago
Unfortunately certain commands like `rg` will return non-zero by design when there are no matches, which could be an intentional outcome.
KerrickStaley | 13 days ago
Unfortunately certain commands like `rg` will return non-zero by design when there are no matches, which could be an intentional outcome.
extraduder_ire|13 days ago
'<cmd> || echo$?' is a good option, if you care about the return value.