go-ethereum/cmd/abigen
Daniel Liu 06394ca3c8 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.
2025-01-24 16:54:11 +08:00
..
main.go cmd/abigen: change --exc to exclude by type name (#22620) 2025-01-24 16:54:11 +08:00
namefilter.go cmd/abigen: change --exc to exclude by type name (#22620) 2025-01-24 16:54:11 +08:00
namefilter_test.go cmd/abigen: change --exc to exclude by type name (#22620) 2025-01-24 16:54:11 +08:00