#!/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 AgileUtils::CLI.start(ARGV)