alexfertel / bulloak

A Solidity test generator based on the Branching Tree Technique.
Apache License 2.0
225 stars 13 forks source link

feature request: add success message when bulloak check runs without error #34

Closed stevenvaleri closed 9 months ago

stevenvaleri commented 9 months ago

Currently when bulloak check runs without an error, it just prints:

bulloak check [input file path]

adding a success message would make it more clear there were no errors. As a new user, it's unclear if the action actually ran.

alexfertel commented 9 months ago

Oh, this makes sense 👍🏻 Should be a very easy add.

alexfertel commented 9 months ago

Added in https://github.com/alexfertel/bulloak/commit/5f2c98eee35a0dcb04ae6578c8579c53ea33ef22!