# File lib/juicer/command/verify.rb, line 29
      def execute(args)
        # Need atleast one file
        raise ArgumentError.new('Please provide atleast one input file/pattern') if args.length == 0
        Juicer::Command::Verify.check_all(files(args), @log)
      end