plugeth/cmd/abigen
Sebastian Stammler e87806727d
cmd/abigen: change --exc to exclude by type name (#22620)
The abigen exclusion pattern, previously on the form "path:type", now supports wildcards. Examples "*:type" to exclude a named type in all files, or "/path/to/foo.sol:*" all types in foo.sol.
2022-09-23 19:04:02 +02:00
..
main.go cmd/abigen: change --exc to exclude by type name (#22620) 2022-09-23 19:04:02 +02:00
namefilter_test.go cmd/abigen: change --exc to exclude by type name (#22620) 2022-09-23 19:04:02 +02:00
namefilter.go cmd/abigen: change --exc to exclude by type name (#22620) 2022-09-23 19:04:02 +02:00