Cyfrin / aderyn

Aderyn 🦜 Rust-based Solidity AST analyzer.
https://docs.cyfrin.io/
GNU General Public License v2.0
408 stars 58 forks source link

More intuitive documentation for `--src`, `-i`, `-x` and others #534

Open alexroan opened 5 months ago

alexroan commented 5 months ago

Is your feature request related to a problem? Please describe. Devex confusion when using the new --src argument with others.

Evidence for: https://github.com/Cyfrin/foundry-compilers/pull/1

Describe the solution you'd like Clearer descriptions of args, with more examples.

mgiagante commented 1 month ago

@TilakMaddy @alexroan This one seems like a great chance to familiarise with various options and their implementation. Shall I give it a go?

mgiagante commented 1 month ago

I have this tentative PR for it, in case it helps. https://github.com/Cyfrin/aderyn/pull/763