#!/usr/bin/ruby.ruby3.1 
$LOAD_PATH << File.expand_path('../../lib', __FILE__)
require 'fasterer/cli'

Fasterer::CLI.execute
