Sha256: e138d6e943b60ad226feee7ad33f91d48ce579dc853f77e149f6d5c69ad6c187
Contents?: true
Size: 420 Bytes
Versions: 4
Compression:
Stored size: 420 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 Interrupt warn "\nInterrupted" exit 1 rescue SystemExit => e exit e.status rescue Exception => e # rubocop:disable Lint/RescueException warn e.full_message warn "<press enter>" $stdin.gets exit 1 end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mux_tf-0.15.0 | exe/tf_current |
mux_tf-0.14.2 | exe/tf_current |
mux_tf-0.14.1 | exe/tf_current |
mux_tf-0.14.0 | exe/tf_current |