Sha256: 17745c395a448e40df38ed90728df18c09563360530fc245275f6df4fa72daf8
Contents?: true
Size: 559 Bytes
Versions: 1
Compression:
Stored size: 559 Bytes
Contents
#!/usr/bin/env ruby require 'commander/import' require 'helios/version' $:.unshift File.join(File.dirname(__FILE__), '../lib') 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://github.com/mattt' program :help_formatter, :compact default_command :help require 'helios/commands'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
helios-0.1.1 | bin/helios |