# File lib/thor/runner.rb, line 144
  def help(task = nil)
    initialize_thorfiles(task) if task && task.include?(?:)
    super
  end