rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.12k stars 553 forks source link

🌈 Update `Thor::Actions#inside` to return the value yielded by the block #712

Closed jordan-brough closed 3 years ago

jordan-brough commented 4 years ago

🌈 So that calling code can more conveniently inspect & use this value.

The value previously returned by this method doesn't seem useful so this seems like a safe change to make.

If this looks OK, should I also update the CHANGELOG?

jordan-brough commented 4 years ago

@rafaelfranca any thoughts on this?