Sha256: d2daa9dcdaef6f67602fccb60f8d1fdc4ee0af12e074dc4da22bc454767d93b6

Contents?: true

Size: 544 Bytes

Versions: 10

Compression:

Stored size: 544 Bytes

Contents

#!/usr/bin/env ruby

require 'commander/import'
$:.push File.expand_path("../../lib", __FILE__)

require 'helios/version'

HighLine.track_eof = false # Fix for built-in Ruby
Signal.trap("INT") {} # Suppress backtrace when exiting command

program :version, Helios::VERSION
program :description, 'A command-line interface for building mobile infrastructures'

program :help, 'Author', 'Mattt Thompson <m@mattt.me>'
program :help, 'Website', 'https://helios.io'
program :help_formatter, :compact

default_command :help

require 'helios/commands'

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
helios-0.4.1 bin/helios
helios-0.4.0 bin/helios
helios_aim-0.2.2 bin/helios
helios-0.3.0 bin/helios
helios-0.2.5 bin/helios
helios-0.2.4 bin/helios
helios-0.2.3 bin/helios
helios-0.2.2 bin/helios
helios-0.2.1 bin/helios
helios-0.2.0 bin/helios