# File lib/juicer/cli.rb, line 35
    def self.run(arguments = ARGV)
      juicer = self.new
      juicer.parse(arguments)
    end