Sha256: 4aaf5dda89e0f3bb283979469e48114d00fcfd7e330926d2db82931c7a96fc73

Contents?: true

Size: 293 Bytes

Versions: 7

Compression:

Stored size: 293 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>"
  $stdin.gets
  exit 1
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mux_tf-0.8.4 exe/tf_current
mux_tf-0.8.3 exe/tf_current
mux_tf-0.8.2 exe/tf_current
mux_tf-0.8.1 exe/tf_current
mux_tf-0.8.0 exe/tf_current
mux_tf-0.7.2 exe/tf_current
mux_tf-0.7.1 exe/tf_current