rails / thor

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

Loaded the directory under tasks. #747

Closed Mitsuru53 closed 3 years ago

Mitsuru53 commented 3 years ago

What I did

This PR is to fix the directory that thor goes to look for

When an arbitrary directory is created under the tasks directory, the thor files in that directory will also be read.