Sha256: 0cb18582de16dc09f3140c58640ba9a258e3e47b4c758cf8cd4f329c9c080341

Contents?: true

Size: 516 Bytes

Versions: 10

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 at Sport Ngin.'
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

10 entries across 5 versions & 1 rubygems

Version Path
octopolo-0.3.1 bin/op
octopolo-0.3.1 bin/octopolo
octopolo-0.3.0 bin/octopolo
octopolo-0.3.0 bin/op
octopolo-0.2.1 bin/op
octopolo-0.2.1 bin/octopolo
octopolo-0.1.4 bin/octopolo
octopolo-0.1.4 bin/op
octopolo-0.2.0 bin/op
octopolo-0.2.0 bin/octopolo