Sha256: 608a5bbdd0e7125c6b143a7110e92921cf9cb648cef93ab2e04c852cdc6f3f9a

Contents?: true

Size: 286 Bytes

Versions: 7

Compression:

Stored size: 286 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

begin
  $LOAD_PATH.unshift File.expand_path(File.join(__dir__, "..", "lib"))

  require "deps"
  require "mux_tf"

  MuxTf::Cli.run(:current, ARGV)
rescue Exception => e
  warn e.full_message
  warn "<press enter>"
  gets
  exit 1
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mux_tf-0.7.0 exe/tf_current
mux_tf-0.6.1 exe/tf_current
mux_tf-0.6.0 exe/tf_current
mux_tf-0.5.3 exe/tf_current
mux_tf-0.5.2 exe/tf_current
mux_tf-0.5.1 exe/tf_current
mux_tf-0.5.0 exe/tf_current