Sha256: cfef94b5d4f583f7886d5f185ba47418272ea8f97a8424beb9a5cf28cad142cb
Contents?: true
Size: 417 Bytes
Versions: 16
Compression:
Stored size: 417 Bytes
Contents
#!/usr/bin/env ruby begin require 'corl' # Set version info module Nucleon; module Util; module CLI class Parser def version version = CORL.VERSION "CORL: #{version} (Apache License, Version 2.0) -- https://github.com/coralnexus/corl/tree/v#{version}" end end end; end; end # Execute exit(CORL.executable(ARGV, :corl)) rescue Interrupt exit(CORL.interrupt_handler) end
Version data entries
16 entries across 16 versions & 1 rubygems