#!/usr/bin/env ruby -w require 'English' require_relative 'shell' Shell::CLI.new.run(args: ARGV) if $PROGRAM_NAME == __FILE__