Sha256: f8f771825f332081fe0bb186034cfd5dc2f260fb4e79fabff65ee156d6f40f99

Contents?: true

Size: 544 Bytes

Versions: 52

Compression:

Stored size: 544 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

autocomplete_commands false
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

52 entries across 31 versions & 1 rubygems

Version Path
octopolo-1.12.0 bin/op
octopolo-1.11.4 bin/op
octopolo-1.11.4 bin/octopolo
octopolo-1.11.3 bin/op
octopolo-1.11.3 bin/octopolo
octopolo-1.11.1 bin/op
octopolo-1.11.0 bin/op
octopolo-1.9.0 bin/octopolo
octopolo-1.9.0 bin/op
octopolo-1.8.1 bin/op
octopolo-1.8.0 bin/op
octopolo-1.7.1 bin/op
octopolo-1.7.0 bin/op
octopolo-1.6.0 bin/op
octopolo-1.5.3 bin/op
octopolo-1.5.2 bin/op
octopolo-1.5.1 bin/op
octopolo-1.5.1 bin/octopolo
octopolo-1.5.0 bin/op
octopolo-1.5.0 bin/octopolo