# File lib/thor/base.rb, line 370
      def all_commands
        @all_commands ||= from_superclass(:all_commands, Thor::CoreExt::OrderedHash.new)
        @all_commands.merge!(commands)
      end