# File lib/foreman/cli.rb, line 31
    def is_thor_reserved_word?(word, type)
      return false if word == "run"
      super
    end