-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to extract #1
Comments
Hey @mrx23dot,
|
generic grep: support "modifier.name" matching - fixes #1
Works great with non-modifiers, thanks! |
the version released today should allow you to extract modifier names too. cheers 🙌 |
Could you also release it on npm then I will give it a go. Is there an option to dump the AST to file from cli for further processing? |
Should --find="contract.name" return interface names too? |
@mrx23dot, yes, it matches interface contracts too. You can include/exclude interfaces like this:
|
Running
solgrep --find="function.name" test.sol
on
gives no results:
The text was updated successfully, but these errors were encountered: