module Thor::Base::ClassMethods

def commands


objects as values.
OrderedHash:: An ordered hash with commands names as keys and Thor::Command
==== Returns

Returns the commands for this Thor class.
def commands
  @commands ||= Thor::CoreExt::OrderedHash.new
end