#!/usr/bin/ruby.ruby3.4
# frozen_string_literal: true

require 'haml_lint'
require 'haml_lint/cli'

exit HamlLint::CLI.new.run(ARGV)
