Sha256: 7e5bb67cd947b2f10dc6cac85cbe4d1bfecc39ba8ff260ebf211527cd6171d72
Contents?: true
Size: 386 Bytes
Versions: 3
Compression:
Stored size: 386 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(:plan_summary, ARGV) rescue Interrupt warn "\nInterrupted" exit 1 rescue Exception => e # rubocop:disable Lint/RescueException warn e.full_message warn "<press enter>" $stdin.gets exit 1 end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mux_tf-0.13.0 | exe/tf_plan_summary |
mux_tf-0.12.0 | exe/tf_plan_summary |
mux_tf-0.11.0 | exe/tf_plan_summary |