#! /usr/bin/env ruby # frozen_string_literal: true # TODO: Remove once the Pattern Matching feature is fully supported. Warning[:experimental] = false require "rubysmith" require "rubysmith/cli/shell" Process.setproctitle Rubysmith::Identity::VERSION_LABEL Rubysmith::CLI::Shell.new.call ARGV