# File lib/thor/base.rb, line 520
        def banner_base
          @banner_base ||= $thor_runner ? "thor" : File.basename($0.split(" ").first)
        end