Sha256: a8106a482a47d7e9a751ecb31bf69ba323771185cf286fb35a736aa716326f5f
Contents?: true
Size: 472 Bytes
Versions: 9
Compression:
Stored size: 472 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 # frozen_string_literal: true # resolve bin path, ignoring symlinks require "pathname" bin_file = Pathname.new(__FILE__).realpath # add self to libpath $:.unshift File.expand_path("../../lib", bin_file) # Fixes https://github.com/rubygems/rubygems/issues/1420 require "rubygems/specification" class Gem::Specification def this; self; end end require "lutaml/uml/interface/command_line" Lutaml::Uml::Interface::CommandLine.run
Version data entries
9 entries across 9 versions & 1 rubygems