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

$:.unshift File.expand_path('../../lib', __FILE__)

require 'mspec/commands/mspec-tag'
require 'mspec'

MSpecTag.main
