rails / thor

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

Move deprecation_warning to lib/thor/base.rb #704

Closed BrianHawley closed 4 years ago

BrianHawley commented 4 years ago

Make deprecation_warning available in Thor::Base and Thor::Option when "thor" is not required, by moving it to "lib/thor/base.rb" which will be required.

[Fixes #703]