# File lib/commands/plugin/commands.rb, line 116
    def self.parse!(args=ARGV)
      Plugin.new.parse!(args)
    rescue NoMethodError
      puts "Error: RaPT currently does not work outside of a Rails application directory.  Please change to the top level of a Rails application and try again."
    end