#!/usr/bin/ruby
# frozen_string_literal: true

require_relative '../lib/yalphabetize'

exit Yalphabetize::CLI.call(ARGV)
