1#!/usr/bin/env ruby 2# frozen_string_literal: true 3 4require 'examine' 5 6Examine::CLI::Application.start(ARGV)