What's Changed
- Added CreateLink class and #link_file method
- Made Thor::Actions#run use system as default method for system calls
- Allow use of private methods from superclass as tasks
- Added mute(&block) method which allows to run block without any output
- Removed config[:pretend]
- Enabled underscores for command line switches
- Added Thor::Base.basename which is used by both Thor.banner and Thor::Group.banner
- Deprecated invoke() without arguments
- Added :only and :except to check_unknown_options
Full Changelog: v0.13.8...v0.14.0