Sha256: c92173784ab4d9fcfcc80dc97ea61f4018f03541f926507b665b32825601d93d

Contents?: true

Size: 301 Bytes

Versions: 1

Compression:

Stored size: 301 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
agile_utils-0.1.2 bin/agile_utils