protofire / eth-cli

CLI swiss army knife for Ethereum developers
https://www.npmjs.com/package/eth-cli
MIT License
239 stars 40 forks source link

Make event name optional in event:get #120

Open fvictorio opened 4 years ago

fvictorio commented 4 years ago

If you don't specify an event, log all the events of the contract.

Also, maybe you should be able to specify any number of events?