Sha256: 157791b606839f48391c63f5b1dae7347de6d44aea09975c3e1aa17d7caa9ff4

Contents?: true

Size: 482 Bytes

Versions: 5

Compression:

Stored size: 482 Bytes

Contents

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

#
# Copyright (c) 2020-present, Blue Marble Payroll, LLC
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
#

require 'bundler/setup'
require 'burner'
require 'pry'

if ARGV.empty?
  puts 'Usage: ./exe/burner package.yaml key=value key=value ...'
  exit
end

# This should return exit code of 1 if it raises any hard errors.
Burner::Cli.new(ARGV).execute

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
burner-1.0.0.pre.alpha.5 exe/burner
burner-1.0.0.pre.alpha.4 exe/burner
burner-1.0.0.pre.alpha.3 exe/burner
burner-1.0.0.pre.alpha.2 exe/burner
burner-1.0.0.pre.alpha exe/burner