Sha256: 4eba40415a3e3c61ccb2acfb858eabe14d56e160c294b969741ac86ed0ac31e4

Contents?: true

Size: 224 Bytes

Versions: 3

Compression:

Stored size: 224 Bytes

Contents

#!/usr/bin/env ruby
# Add the code for binary if we need one
require_relative "../lib/agile_utils"
include AgileUtils
if ARGV.empty?
  AgileUtils::CLI.start(%w[usage])
else
  AgileUtils::CLI.start(%w[main].concat(ARGV))
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
agile_utils-0.1.5 bin/agile_utils
agile_utils-0.1.4 bin/agile_utils
agile_utils-0.1.3 bin/agile_utils