#!/usr/bin/ruby.ruby3.4 

begin
  require 'cheat'
rescue LoadError
  require 'rubygems'
  require 'cheat'
end

Cheat.sheets(ARGV)
