# File lib/thor/shell.rb, line 9
    def self.shell
      @shell ||= if Config::CONFIG['host_os'] =~ /mswin|mingw/
        Thor::Shell::Basic
      else
        Thor::Shell::Color
      end
    end