#!/usr/bin/ruby.ruby4.0 

$:.unshift File.expand_path('../lib', __dir__)
require 'haml/cli'

Haml::CLI.start(ARGV)
