Sha256: 2f3202717bc8578d69adaa27def1526cd4e56783e41220c7e0c8509ca7506182
Contents?: true
Size: 516 Bytes
Versions: 12
Compression:
Stored size: 516 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' require 'gli' require_relative '../lib/octopolo' include GLI::App program_desc 'GitHub workflow scripts. From the Ngineers as SportNgin.' version Octopolo::VERSION wrap_help_text :verbatim program_long_desc """ DOCUMENTATION For documentation and help in setting up your configuration files, see Octopolo's GitHub repo: https://github.com/sportngin/octopolo """ commands_from File.expand_path(File.dirname(__FILE__) + '/../lib/octopolo/commands') exit run(ARGV)
Version data entries
12 entries across 6 versions & 1 rubygems