acuarica / evm

A Symbolic Ethereum Virtual Machine (EVM) bytecode interpreter, parser and decompiler, along with several other utils for programmatically extracting information from EVM bytecode.
https://acuarica.github.io/evm/
MIT License
46 stars 5 forks source link

Improve CLI usage help to read bytecode from `stdin` when `<contract>` is `-` #116

Closed acuarica closed 1 month ago

acuarica commented 1 month ago

This PR improves the usage help of sevm that include reading bytecode from stdin when positional argument <contract> is -.

github-actions[bot] commented 1 month ago

size-limit report 📦

Path Size
dist/sevm.js 17.31 KB (0%)
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.29%. Comparing base (e461f5c) to head (5d2dbf6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #116 +/- ## ========================================== - Coverage 94.29% 94.29% -0.01% ========================================== Files 23 23 Lines 5314 5310 -4 Branches 917 917 ========================================== - Hits 5011 5007 -4 Misses 288 288 Partials 15 15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.