Throw error with seth 4byte if no matching signatures
Open
- Dominant language
- Haskell
- Stars
- 2.1k
- Forks
- 320
- PR merge metrics
- No merged PRs in 30d
Description
right now if you search up a 4byte sig with no matches the command just succeeds but returns nothing:
```
❯ seth 4byte 0xd0a164fb
```
can see why with verbose:
```
❯ seth 4byte 0xd0a164fb -v
{
"count": 0,
"next": null,
"previous": null,
"results": []
}
```
it should show an error message and exit with an error code like `1` if no results are found instead
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.